Skip to content

Commit

Permalink
Podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrj committed Jun 12, 2013
1 parent 4507c73 commit fd178c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions objective-curl.podspec
Expand Up @@ -7,10 +7,10 @@ Pod::Spec.new do |s|
s.author = { "Nick Jensen" => "nickrjensen@gmail.com" }
s.source = { :git => "https://github.com/nrj/objective-curl.git", :tag => "0.0.1" }
s.platform = :osx, '10.7'
s.source_files = 'src'
s.public_header_files = 'src', 'include'
s.source_files = 'objective-curl/src'
s.public_header_files = 'objective-curl/src', 'objective-curl/include'
s.resource = '.empty'
s.frameworks = 'Cocoa.Framework', 'dylib/libcurl.4.dylib', 'dylib/libssh2.1.dylib'
s.frameworks = 'Cocoa.Framework', 'objective-curl/dylib/libcurl.4.dylib', 'objective-curl/dylib/libssh2.1.dylib'

# If you need to specify any other build settings, add them to the
# xcconfig hash.
Expand Down
2 changes: 1 addition & 1 deletion objective-curl/objective-curl-Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit fd178c5

Please sign in to comment.