Skip to content

Commit

Permalink
Merge pull request #49 from Anviking/ruby-podspec
Browse files Browse the repository at this point in the history
switch to ruby podspec
  • Loading branch information
Anviking committed Oct 26, 2015
2 parents f29b86d + 35e3222 commit c571ba6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
16 changes: 16 additions & 0 deletions Decodable.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "Decodable"
s.version = "0.3.3"
s.summary = "Swift 2 JSON parsing done (more) right"
s.description = "Simple yet powerful object mapping made possible by Swift 2's new error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators."
s.homepage = "https://github.com/Anviking/Decodable"
s.license = 'MIT'
s.author = { "Anviking" => "[email protected]" }
s.source = { :git => "https://github.com/Anviking/Decodable.git", :tag => "v#{s.version}" }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.requires_arc = true
s.source_files = 'Decodable/*.{swift,h}'
end
23 changes: 0 additions & 23 deletions Decodable.podspec.json

This file was deleted.

0 comments on commit c571ba6

Please sign in to comment.