blob: 9dba59bdb801c23f3a79301b4bb7d4a7b3a1d3da [file] [log] [blame]
{
"name": "Jayme",
"version": "1.0.1",
"summary": "Abstraction layer that eases RESTful interconnections in Swift",
"description": "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 for dealing 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 on how they should connect to services.",
"homepage": "https://github.com/inaka/Jayme/tree/master",
"screenshots": "https://github.com/inaka/Jayme/raw/master/logo.png",
"license": "MIT",
"authors": "Inaka",
"social_media_url": "http://twitter.com/inaka",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/inaka/Jayme.git",
"tag": "1.0.1"
},
"source_files": "Jayme/**/*.swift"
}