Skip to content

Commit

Permalink
Fixed version number in pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Sep 26, 2014
1 parent fb423cc commit b1f7801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CXFeedParser.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CXFeedParser'
s.version = '0.2.0'
s.version = '0.2.1'
s.license = 'MIT'
s.summary = 'An Objective-C RSS / Atom Feed Parser for iOS.'
s.homepage = 'https://github.com/vgrichina/CXFeedParser'
s.author = { 'Michael Waterfall' => '[email protected]', 'Vladimir Grichina' => '[email protected]' }
s.source = { :git => 'https://github.com/vgrichina/CXFeedParser.git', :tag => '0.2.0' }
s.source = { :git => 'https://github.com/vgrichina/CXFeedParser.git', :tag => '0.2.1' }
s.requires_arc = false
s.platform = :ios
s.framework = 'Foundation'
Expand Down

0 comments on commit b1f7801

Please sign in to comment.