Skip to content

Commit

Permalink
podfile changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gomez authored and Sebastian Gomez committed Feb 23, 2016
1 parent 1fe79c0 commit 0df4525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ParceSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|

s.name = "ParceSwift"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "Parser - Transform from Dictionary to a desired object and the other way."
s.homepage = "https://github.com/sebastian989/ParceSwift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Leonardo Armero Barbosa, Sebastián Gómez Osorio"
s.source = { :git => "https://github.com/sebastian989/ParceSwift.git", :tag => "0.0.1" }
s.source = { :git => "https://github.com/sebastian989/ParceSwift.git", :tag => "0.0.2" }
s.source_files = "ParseSwift", "ParceSwift/*.{swift}"
s.frameworks = 'UIKit'
s.ios.deployment_target = '7.0'
s.platform = :ios, '7.0'
s.ios.deployment_target = '9.0'
s.platform = :ios, '9.0'
s.requires_arc = false

end

0 comments on commit 0df4525

Please sign in to comment.