Skip to content

Commit

Permalink
[Add] DDPinCodeDecorator (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-dotsenko committed Dec 26, 2019
1 parent e6e404d commit f232b4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DDPinCodeDecorator/0.0.1/DDPinCodeDecorator.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |spec|

spec.name = "DDPinCodeDecorator"
spec.platform = :ios
spec.summary = "Pin Code Decorator allows you to create a awesome controller for entering password and PIN."
spec.requires_arc = true
spec.version = "0.0.1"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Dmitriy Dotsenko" => "d.dotsenko@icloud.com" }
spec.homepage = "https://github.com/d-dotsenko/DDPinCodeDecorator"
spec.source = { :git => "https://github.com/d-dotsenko/DDPinCodeDecorator.git", :tag => "#{spec.version}" }
spec.frameworks = "UIKit"
spec.source_files = "PinCodeDecorator/**/*.{h,swift}"
spec.swift_version = "5"
spec.ios.deployment_target = "10"
end

0 comments on commit f232b4e

Please sign in to comment.