Skip to content

Commit

Permalink
Update version to list 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Good-klohman committed Apr 17, 2015
1 parent b8c944f commit 5282cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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.
Expand All @@ -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"
Expand Down

0 comments on commit 5282cd4

Please sign in to comment.