Skip to content

Commit 84c64fe

Browse files
author
Josh Holtz
committed
Updated description in Podspec
1 parent fab6b40 commit 84c64fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSONAPI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = "JSONAPI"
33
s.version = "0.1.0"
4-
s.summary = "Client parser for JSON API"
4+
s.summary = "A library for loading data from a JSON API datasource."
55
s.description = <<-DESC
6-
Parses a JSON API document for easy use.
6+
A library for loading data from a JSON API datasource. Parses JSON API data into models with support for auto-linking of resources and custom model classes.
77
DESC
88
s.homepage = "https://github.com/joshdholtz/jsonapi-ios.git"
99
#s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"

0 commit comments

Comments
 (0)