blob: 9cea664bd5640724eb42eacd9388f4453e3b008b [file] [log] [blame]
{
"name": "Jayme",
"version": "3.0.0",
"summary": "An abstraction layer that eases RESTful interconnections in Swift",
"description": "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.",
"homepage": "https://github.com/inaka/Jayme/tree/master",
"screenshots": "https://raw.githubusercontent.com/inaka/Jayme/master/Assets/logo.png",
"license": {
"type": "Apache License, Version 2.0",
"text": " Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": "Inaka",
"social_media_url": "http://twitter.com/inaka",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/inaka/Jayme.git",
"tag": "3.0.0"
},
"source_files": "Jayme/**/*.swift"
}