Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoran Todorović committed Mar 30, 2021
1 parent 9e7d8bc commit 91c351f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions IzzyParser.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = 'IzzyParser'
s.version = '0.2.1'
s.version = '1.0.0'
s.summary = 'Serializing and deserializing JSON:API resources.'

s.homepage = 'https://gitlab.com/undabot/izzyparser'
s.homepage = 'https://github.com/undabot/izzyparser-ios'
s.description = 'IzzyParser is a library for serializing and deserializing JSON:API objects'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'Undabot' => '[email protected]' }
s.source = { :git => 'git@gitlab.com:undabot/izzyparser.git', :branch => 'develop' }
s.source = { :git => 'git@github.com:undabot/izzyparser-ios.git', :tag => 'v1.0.0' }

s.ios.deployment_target = '8.0'
s.swift_version = '4.1'
s.ios.deployment_target = '9.0'
s.swift_version = '5.0'

s.source_files = 'IzzyParser/**/*.swift'
end

0 comments on commit 91c351f

Please sign in to comment.