Skip to content

Commit f9b29fb

Browse files
author
Pablo Villar
committed
Update Podspec
1 parent e1fd89e commit f9b29fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jayme.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.version = "4.0.0"
55
s.summary = "An abstraction layer that eases RESTful interconnections in Swift"
66
s.description = <<-DESC
7-
Jayme defines a neat architecture for REST management in your Swift code. The idea behind this library is to separate concerns: Your view controllers should handle neither networking code nor heavy business logic code, in order to stay lightweight. The library provides a neat API to deal with REST communication, as well as default implementations for basic CRUD functionality and pagination.
7+
Jayme is a Swift library that provides you with a set of tools which reduce drastically the amount of code you have to write to perform CRUD operations to a RESTful API. It also encapsulates networking code, encouraging you to separate networking and business logic code out of your view controllers.
88
DESC
99

1010
s.homepage = "https://github.com/inaka/Jayme/tree/master"

0 commit comments

Comments
 (0)