Skip to content

Commit

Permalink
Merge pull request #1 from subdigital/patch-1
Browse files Browse the repository at this point in the history
Re-add preserve paths
  • Loading branch information
fictorial committed Aug 20, 2012
2 parents 0038b9e + 5195a52 commit edb18d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parse.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/fictorial/Parse.git', :tag => '1.0.58' }
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 edb18d9

Please sign in to comment.