Last active
December 16, 2015 12:29
-
-
Save AlehUlitsionak/5435361 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'KKPasscodeLock' | |
s.version = '0.1.5' | |
s.license = 'Apache 2.0' | |
s.summary = 'KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.' | |
s.homepage = 'https://github.com/aporat/KKPasscodeLock.git' | |
s.author = { 'Adar Porat' => '[email protected]' } | |
s.source = { :git => 'https://github.com/aporat/KKPasscodeLock.git', :commit => 'b48e90e761' } | |
s.platform = :ios | |
s.source_files = 'src/*.{h,m}' | |
s.resources = "src/KKPasscodeLock.bundle" | |
s.frameworks = 'QuartzCore', 'AudioToolbox', 'Security' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment