Skip to content

Commit

Permalink
Revert "Changing the podspect to JSON format"
Browse files Browse the repository at this point in the history
This reverts commit 3f3d5c0.

The JSON format interferes with Travis CI -- Rolling back for now.
  • Loading branch information
grgcombs committed Sep 7, 2014
1 parent 3f3d5c0 commit 4796edf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
25 changes: 25 additions & 0 deletions JSONTools.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = "JSONTools"
s.version = "1.0.1"
s.summary = "JSON Patch, JSON Pointer, and JSON Schema Validation in Objective-C"
s.description = <<-DESC
This Objective-C library is a collection of classes and categories that implement
three powerful new features (JSON Patch, JSON Pointer, JSON Schema) that work with
JSON data (represented by NSDictionaries and NSArrays in Objective-C).
DESC
s.homepage = "https://github.com/grgcombs/JSONTools"
s.license = "MIT"
s.author = { "Greg Combs" => "[email protected]" }
s.platform = :ios
s.ios.deployment_target = "7.0"

s.source = { :git => "https://github.com/grgcombs/JSONTools.git", :tag => "v#{s.version}" }
s.source_files = "JSONTools/*.{h,m}"
s.dependency "KiteJSONValidator", '~> 0.1.1-Pod'

s.xcconfig = {
'ONLY_ACTIVE_ARCH' => 'NO'
}

s.requires_arc = true
end
28 changes: 0 additions & 28 deletions JSONTools.podspec.json

This file was deleted.

0 comments on commit 4796edf

Please sign in to comment.