Skip to content

Commit

Permalink
v0.3.2 podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiinui committed Dec 8, 2014
1 parent fc046e7 commit e18bc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aquasync.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Aquasync"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Effortless client-backend synchronization."
s.homepage = "https://github.com/AQAquamarine/aquasync-ios"
s.license = "MIT"
s.author = { "kaiinui" => "lied.der.optik@gmail.com" }
s.source = { :git => "https://github.com/AQAquamarine/aquasync-ios.git", :tag => "v0.3.1" }
s.source = { :git => "https://github.com/AQAquamarine/aquasync-ios.git", :tag => "v0.3.2" }
s.source_files = "Aquasync/Classes/**/*.{h,m}"
s.requires_arc = true
s.platform = "ios", '7.0'
Expand Down

0 comments on commit e18bc65

Please sign in to comment.