Skip to content

Commit 05592ef

Browse files
author
Josh Holtz
committed
Updated Podspec
1 parent 5adfdf5 commit 05592ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

JSONAPI.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "JSONAPI"
33
s.version = "0.1.0"
4-
s.summary = "Model mapper/parser for JSON API"
4+
s.summary = "Client parser for JSON API"
55
s.description = <<-DESC
6-
Maps a JSON response conformed to JSON API spect to objects.
6+
Parses a JSON API document for easy use.
77
DESC
8-
s.homepage = "http://joshholtz.com"
9-
s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
8+
s.homepage = "https://github.com/joshdholtz/jsonapi-ios.git"
9+
#s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
1010
s.license = 'MIT'
1111
s.author = { "Josh Holtz" => "[email protected]" }
1212
s.source = { :git => "https://github.com/joshdholtz/jsonapi-ios.git", :tag => s.version.to_s }

0 commit comments

Comments
 (0)