Skip to content

Commit

Permalink
Merge pull request CocoaPods#630 from gonecoding/master
Browse files Browse the repository at this point in the history
Updated Parse (1.1.10) and Lockbox (1.1.0)
  • Loading branch information
fabiopelosin committed Oct 19, 2012
2 parents 0238ee9 + 1983beb commit 72dab04
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Lockbox/1.1.0/Lockbox.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Lockbox'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.'
s.homepage = 'https://github.com/granoff/Lockbox'
s.author = 'Mark H. Granoff'

s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.1.0' }

s.source_files = 'Lockbox.{h,m}'
s.clean_path = 'LockBox'
s.framework = 'Security'
end
16 changes: 16 additions & 0 deletions Parse/1.1.10/Parse.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Parse'
s.version = '1.1.10'
s.license = 'https://parse.com/about/terms'
s.platform = :ios
s.summary = 'The mobile app platform for developers.'
s.homepage = 'http://parse.com/'
s.author = { 'Parse' => 'support@parse.com' }
s.source = { :git => 'https://github.com/gonecoding/Parse.git', :tag => '1.1.10' }
s.description = 'To integrate after adding this pod, continue with step 8 here: https://parse.com/apps/quickstart'
s.source_files = 'ParseDummy.{m,h}'
s.preserve_paths = 'Parse.framework'
s.frameworks = 'AdSupport', 'Social', 'StoreKit', 'Accounts', 'AudioToolbox', 'CFNetwork', 'SystemConfiguration', 'MobileCoreServices', 'CoreGraphics', 'Security', 'QuartzCore', 'Parse'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Parse"' }
s.library = 'z', 'sqlite3'
end

0 comments on commit 72dab04

Please sign in to comment.