diff --git a/IzzyParser.podspec b/IzzyParser.podspec index daab50b..59fe867 100644 --- a/IzzyParser.podspec +++ b/IzzyParser.podspec @@ -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' => 'ios@undabot.com' } - 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