Skip to content

Commit

Permalink
Adding KKPasscodeLock 0.1.5 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Adar Porat committed Jan 27, 2012
1 parent f77b16a commit e9a3bfe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions KKPasscodeLock/0.1.5/KKPasscodeLock.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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', :tag => '0.1.5' }
s.platform = :ios
s.source_files = 'src/*.{h,m}'
s.resources = "src/KKPasscodeLock.bundle"
s.clean_paths = "Classes", "*.{plist,pch,md,m,xcodeproj}", "SampleApp"
s.frameworks = 'QuartzCore', 'AudioToolbox', 'Security'
end

0 comments on commit e9a3bfe

Please sign in to comment.