Skip to content

Commit

Permalink
Bump to 2.0.5 to fix Cocoapods integration
Browse files Browse the repository at this point in the history
  • Loading branch information
everic committed Aug 27, 2015
1 parent d5696f2 commit 79ae1b9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 2.0.5
* Fix Cocoapods integration

= 2.0.4
* Require iOS 8 now, will soon support iOS 9
* Add Korean localization
Expand Down
8 changes: 3 additions & 5 deletions evernote-cloud-sdk-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "evernote-cloud-sdk-ios"
spec.version = "2.0.3"
spec.version = "2.0.5"
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.3"}
spec.ios.deployment_target = "7.0"
spec.source = { :git => "https://github.com/evernote/evernote-cloud-sdk-ios.git", :tag => "2.0.5"}
spec.ios.deployment_target = "8.0"
spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}

spec.public_header_files = "evernote-sdk-ios/ENSDK/SendToEvernoteActivity/ENSaveToEvernoteActivity.h",
spec.header_mappings_dir = "evernote-sdk-ios/",
spec.source_files = "evernote-sdk-ios/**/*.{h,m}",
spec.exclude_files = "evernote-sdk-ios/evernote-sdk-ios-Prefix.pch",
spec.resource = "ENSDKResources.bundle"
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENNoteStoreClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/

#import <Foundation/Foundation.h>
#import "ENSDK/ENSDK.h"
#import "ENSDK.h"
#import "EDAM.h"
#import "ENStoreClient.h"
#import "ENLinkedNotebookRef.h"
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENSDKAdvanced.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#import "ENSDK/ENSDK.h"
#import "ENSDK.h"
#import "EDAM.h"
#import "ENUserStoreClient.h"
#import "ENPreferencesStore.h"
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Private/ENSDKPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#import "ENSDK/ENSDK.h"
#import "ENSDK.h"
#import "ENSDKAdvanced.h"
#import "ENLinkedNotebookRef.h"
#import "ENNoteRefInternal.h"
Expand Down

0 comments on commit 79ae1b9

Please sign in to comment.