Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Update Motis.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed May 19, 2014
1 parent f000f53 commit bf1d9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Motis.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Motis"
s.version = "0.4.4"
s.version = "0.4.5"
s.summary = "Easy JSON to NSObject mapping using Cocoa's Key Value Coding (KVC)"

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { "Mobile Jazz" => "[email protected]" }
s.social_media_url = "http://twitter.com/mobilejazzcat"
s.source = { :git => "https://github.com/mobilejazz/Motis.git", :tag => "0.4.4" }
s.source = { :git => "https://github.com/mobilejazz/Motis.git", :tag => "0.4.5" }
s.source_files = 'Motis.h', 'NSObject+Motis.{h,m}'
s.framework = 'Foundation'
s.requires_arc = true
Expand Down

0 comments on commit bf1d9d2

Please sign in to comment.