diff --git a/CHANGES.md b/CHANGES.md index ce6ec7d..a8e4296 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ += 2.0.2 + +* Bug fixes + = 2.0.1 * Improvements to 'Save to Evernote' share sheet diff --git a/evernote-cloud-sdk-ios.podspec b/evernote-cloud-sdk-ios.podspec index e467db5..a890c19 100644 --- a/evernote-cloud-sdk-ios.podspec +++ b/evernote-cloud-sdk-ios.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = "evernote-cloud-sdk-ios" - spec.version = "2.0.1" + spec.version = "2.0.2" 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' => 'devsupport@evernote.com' } - spec.source = { :git => "https://github.com/evernote/evernote-cloud-sdk-ios.git", :tag => "2.0.1"} + spec.source = { :git => "https://github.com/evernote/evernote-cloud-sdk-ios.git", :tag => "2.0.2"} spec.ios.deployment_target = "7.0" spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} @@ -16,6 +16,6 @@ Pod::Spec.new do |spec| spec.resource = "ENSDKResources.bundle" spec.requires_arc = true - spec.framework = "libxml2", "MobileCoreServices", "CoreGraphics", "Foundation", "UIKit" + spec.framework = "MobileCoreServices", "CoreGraphics", "Foundation", "UIKit" spec.library = "xml2" end