Skip to content

Commit

Permalink
Add BMCredentials (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Iredale committed Apr 12, 2014
1 parent 16b5d92 commit c6df6ca
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BMCredentials/1.0.0/BMCredentials.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "BMCredentials"
s.version = "1.0.0"
s.summary = "Only make your users sign in once for all their devices. Conveniently and securely stores user credentials and syncs with iCloud Keychain."
s.homepage = "https://github.com/iosengineer/BMCredentials"
s.license = 'MIT'
s.author = { "Adam Iredale" => "adam@bionicmonocle.com" }
s.source = { :git => "https://github.com/iosengineer/BMCredentials.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/iosengineer'

s.platform = :ios, '7.1'
s.ios.deployment_target = '7.0'
s.requires_arc = true

s.source_files = 'Classes'

s.ios.exclude_files = 'Classes/osx'
s.osx.exclude_files = 'Classes/ios'

s.framework = 'Security'
end

0 comments on commit c6df6ca

Please sign in to comment.