Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gomez authored and Sebastian Gomez committed Nov 10, 2016
1 parent f3bcc79 commit 4fbf650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions ParceSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "ParceSwift"
s.version = "0.0.8"
s.version = "0.1.0"
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.8" }
s.source = { :git => "https://github.com/sebastian989/ParceSwift.git", :tag => "0.1.0" }
s.source_files = "ParseSwift", "ParceSwift/*.{swift}"
s.frameworks = 'UIKit'
s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 4fbf650

Please sign in to comment.