From 5282cd485102c5f743171dd62275ca87fb90bd85 Mon Sep 17 00:00:00 2001 From: Kevin Lohman Date: Fri, 17 Apr 2015 13:28:41 -0700 Subject: [PATCH] Update version to list 1.1.0 --- README | 2 +- iCal4ObjC.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 708b8e8..9f18305 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ iCal4ObjC is a Objective-C implementation of the iCalendar specification as defi ---++ Recent Updates -v 1.0.0 - ARC Support +v 1.1.0 - ARC Support, CocoaPod specification ---++ Installation diff --git a/iCal4ObjC.podspec b/iCal4ObjC.podspec index fe37d59..8c46306 100644 --- a/iCal4ObjC.podspec +++ b/iCal4ObjC.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "iCal4ObjC" -s.version = "1.0.0" +s.version = "1.1.0" s.summary = "iCal4ObjC is a simple Objective-C framework for iCalendar specification" s.description = <<-DESC iCal4ObjC is a Objective-C implementation of the iCalendar specification as defined in RFC2455 for iOS and MacOSX platforms such as iPhone and iPad. It supports to read or write the components of iCalendar in the stream easily. For more the information, please check http://www.cybergarage.org/doxygen/ical4objc/ - the doxygen documentation. @@ -10,7 +10,7 @@ s.homepage = "https://github.com/Good-Technology-OS/iCal4ObjC" s.license = "Limited Liability" s.author = { "Satoshi Konno" => "skonno@cybergarage.org" } s.platform = :ios, "5.0" -s.source = { :git => "https://github.com/Good-Technology-OS/iCal4ObjC.git", :tag => "1.0.0" } +s.source = { :git => "https://github.com/Good-Technology-OS/iCal4ObjC.git", :tag => "1.1.0" } s.source_files = "iCalObjCSDK" s.public_header_files = "iCalObjCSDK/*.h" s.frameworks = "Foundation", "AnotherFramework"