Skip to content

Commit

Permalink
Updated .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharita committed Oct 3, 2017
1 parent 99c4260 commit 14a3303
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion XMLMapper.podspec
Expand Up @@ -8,15 +8,18 @@

Pod::Spec.new do |s|
s.name = 'XMLMapper'
s.version = '0.1.0'
s.version = '1.0.0'
s.summary = 'A simple way to map XML to Objects written in Swift'

s.homepage = 'https://github.com/gcharita/XMLMapper'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'gcharita' => 'chgiorgos13@gmail.com' }
s.source = { :git => 'https://github.com/gcharita/XMLMapper.git', :tag => s.version.to_s }

s.watchos.deployment_target = '2.0'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'

s.source_files = 'XMLMapper/Classes/**/*'

Expand Down

0 comments on commit 14a3303

Please sign in to comment.