Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Truba committed Mar 20, 2018
1 parent 35720a4 commit 9bb9011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Japi.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'Japi'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Lightweight JSON:API parser.'

# This description is used to generate tags and improve search results.
Expand All @@ -18,7 +18,7 @@ It works by transfering Dictionary to Dictionary, so you can use Codable, Unbox,
s.homepage = 'https://github.com/infinum/Japi'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Infinum' => '[email protected]', 'Vlaho Poluta' => '[email protected]', 'Filip Gulan' => '[email protected]' }
s.source = { :git => 'https://github.com/infinum/Japi', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/infinum/Japi.git', :tag => s.version.to_s }

s.requires_arc = true
s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 9bb9011

Please sign in to comment.