Skip to content

Commit

Permalink
Updating version to 2.0.2
Browse files Browse the repository at this point in the history
Change-Id: I578bad920ebdc09e8a8a9170928bdd9be8e077f8
  • Loading branch information
everic committed Feb 11, 2015
1 parent 6af9cfe commit 66de36c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 2.0.2

* Bug fixes

= 2.0.1

* Improvements to 'Save to Evernote' share sheet
Expand Down
6 changes: 3 additions & 3 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.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' => '[email protected]' }
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'}

Expand All @@ -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

0 comments on commit 66de36c

Please sign in to comment.