Skip to content

Commit

Permalink
[Update] Parse 1.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jessbowers committed Feb 22, 2013
1 parent c1a55de commit 2cad982
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Parse/1.1.31/Parse.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'Parse'
s.version = '1.1.31'
s.license = { :type => 'Commercial', :text => 'See https://parse.com/about/terms' }
s.platform = :ios
s.summary = 'iOS framework for developing apps using the Parse BaaS.'
s.description = 'To integrate after adding this pod, continue with step 8 here: https://parse.com/apps/quickstart'
s.homepage = 'http://parse.com'
s.author = { 'Parse' => 'support@parse.com' }
s.source = { :git => 'https://github.com/jessbowers/Parse.git', :tag => '1.1.31' }
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.requires_arc = true
s.frameworks = 'StoreKit', 'AudioToolbox', 'CFNetwork', 'SystemConfiguration', 'MobileCoreServices', 'CoreGraphics', 'Security', 'QuartzCore', 'CoreLocation', 'Parse'
s.weak_frameworks='AdSupport','Social', 'Accounts'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Parse"' }
s.library = 'z', 'sqlite3'
end

0 comments on commit 2cad982

Please sign in to comment.