Skip to content

Commit

Permalink
Update podspec file for 2.0.1
Browse files Browse the repository at this point in the history
Change-Id: Ib7db2e9d7c5565b719e0da0ff310e7c082e310df
  • Loading branch information
everic committed Jan 29, 2015
1 parent d2557e8 commit c2c8d85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions evernote-cloud-sdk-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = "evernote-cloud-sdk-ios"
spec.version = "2.0"
spec.version = "2.0.1"
spec.summary = "Evernote Cloud SDK for iOS."
spec.homepage = "https://github.com/evernote/evernote-cloud-sdk-ios"
spec.license = ' https://github.com/evernote/evernote-cloud-sdk-ios/blob/master/LICENSE'
spec.authors = { 'Evernote' => '[email protected]' }
spec.source = { :git => "https://github.com/evernote/evernote-cloud-sdk-ios.git", :tag => "2.0"}
spec.source = { :git => "https://github.com/evernote/evernote-cloud-sdk-ios.git", :tag => "2.0.1"}
spec.ios.deployment_target = "7.0"
spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}

Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.exclude_files = "evernote-sdk-ios/evernote-sdk-ios-Prefix.pch",
spec.resource = "ENSDKResources.bundle"
spec.requires_arc = true
spec.framework = "MobileCoreServices", "Foundation", "UIKit"

spec.framework = "libxml2", "MobileCoreServices", "CoreGraphics", "Foundation", "UIKit"
spec.library = "xml2"
end
end

0 comments on commit c2c8d85

Please sign in to comment.