Skip to content

Commit

Permalink
adding pod spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adar Porat committed Apr 26, 2012
1 parent 467b64d commit a8d5a7f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions KKPasscodeLock.podspec
@@ -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' }
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 a8d5a7f

Please sign in to comment.