Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Aug 15, 2015
1 parent 3d1af1f commit 23a4f99
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions JASON.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# Be sure to run `pod spec lint JASON.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |s|
s.name = "JASON"
s.version = "0.1"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/delba/JASON"
s.author = { "Damien Delba" => "[email protected]" }
s.summary = "Fast JSON parsing for Swift"
s.source = { :git => "https://github.com/delba/JASON.git", :tag => "v0.1" }

s.ios.deployment_target = "8.0"

s.source_files = "Source/*.swift"

s.requires_arc = true
end

0 comments on commit 23a4f99

Please sign in to comment.