Skip to content

Commit

Permalink
[Fix] Parse.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 4, 2012
1 parent 8ffba55 commit 87c2673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parse/1.0.39/Parse.podspec
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/fictorial/Parse.git', :tag => '1.0.39' }
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 = 'AudioToolbox', 'CFNetwork', 'SystemConfiguration', 'MobileCoreServices', 'CoreGraphics', 'Security', 'QuartzCore', 'Parse'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Parse"' }
s.library = 'z'
Expand Down

0 comments on commit 87c2673

Please sign in to comment.