diff --git a/CXFeedParser.podspec b/CXFeedParser.podspec index ce9317c..1983cb8 100644 --- a/CXFeedParser.podspec +++ b/CXFeedParser.podspec @@ -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' => 'mw@d3i.com', 'Vladimir Grichina' => 'vgrichina@componentix.com' } - 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'