blob: e34dc779f99e41a55a2daa4e9b0d919a3c2eb516 [file] [log] [blame]
{
"name": "Jayme",
"version": "4.0.0",
"summary": "An abstraction layer that eases RESTful interconnections in Swift",
"description": "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.",
"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": "4.0.0"
},
"source_files": "Jayme/**/*.swift",
"pushed_with_swift_version": "3.0"
}