File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "JSONAPI"
3
3
s . version = "0.1.0"
4
- s . summary = "Model mapper/ parser for JSON API"
4
+ s . summary = "Client parser for JSON API"
5
5
s . description = <<-DESC
6
- Maps a JSON response conformed to JSON API spect to objects .
6
+ Parses a JSON API document for easy use .
7
7
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"
10
10
s . license = 'MIT'
11
11
s . author = { "Josh Holtz" => "[email protected] " }
12
12
s . source = { :git => "https://github.com/joshdholtz/jsonapi-ios.git" , :tag => s . version . to_s }
You can’t perform that action at this time.
0 commit comments