Skip to content

Instantly share code, notes, and snippets.

@AlehUlitsionak
Last active December 16, 2015 12:29
Show Gist options
  • Save AlehUlitsionak/5435361 to your computer and use it in GitHub Desktop.
Save AlehUlitsionak/5435361 to your computer and use it in GitHub Desktop.
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' => 'adar.porat@gmail.com' }
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