Skip to content

Commit

Permalink
Merge pull request #73 from inaka/v2.0.2
Browse files Browse the repository at this point in the history
Updated podspec.
  • Loading branch information
Pablo Villar authored Jul 27, 2016
2 parents 14c11ad + 8a1d81c commit b1887b4
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions Jayme.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@

Pod::Spec.new do |s|
s.name = "Jayme"
s.version = "2.0.1"
s.summary = "Abstraction layer that eases RESTful interconnections in Swift"
s.version = "2.0.2"
s.summary = "An abstraction layer that eases RESTful interconnections in Swift"
s.description = <<-DESC
What's the best place to put your entities business logic code? What's the best place to put your networking code? Jayme answers those two existencial questions by defining a straightforward and extendable architecture based on Repositories and Backends. It provides a neat API to deal with REST communication, leaving your ViewControllers out of that business by abstracting all that logic, thereby allowing them to focus on what they should do rather than on how they should connect to services.
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.
DESC

s.homepage = "https://github.com/inaka/Jayme/tree/master"
s.screenshots = "https://raw.githubusercontent.com/inaka/Jayme/master/Assets/logo.png"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
s.license = 'MIT'
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
LICENSE
}
s.author = "Inaka"
s.social_media_url = "http://twitter.com/inaka"
s.platform = :ios, "8.0"
Expand Down

0 comments on commit b1887b4

Please sign in to comment.