Skip to content

Commit

Permalink
podspec changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gomez authored and Sebastian Gomez committed Feb 24, 2016
1 parent de3f077 commit c21b25a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
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.4"
s.version = "0.0.5"
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.4" }
s.source = { :git => "https://github.com/sebastian989/ParceSwift.git", :tag => "0.0.5" }
s.source_files = "ParseSwift", "ParceSwift/*.{swift}"
s.frameworks = 'UIKit'
s.ios.deployment_target = '9.0'
s.platform = :ios, '9.0'
s.ios.deployment_target = '8.0'
s.platform = :ios, '8.0'
s.requires_arc = false

end
Binary file modified ParceSwift/.DS_Store
Binary file not shown.

0 comments on commit c21b25a

Please sign in to comment.