blob: 1f4d3fa1d68d148fb3bd537f94e40c2fd7da6f3a [file] [log] [blame]
{
"name": "iService",
"version": "0.0.2",
"summary": "Communication with RESTful interfaces made easy",
"description": "iService provides two classes that simplify communication with RESTful APIs.\nService provides a CRUD (Create, Retrieve, Update, Destroy) interface, ServiceRealm\nis a container for shared configuration.",
"homepage": "https://github.com/theddnc/iService",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"Jakub Zaczek": "zaczekjakub@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/theddnc/iService.git",
"tag": "0.0.2"
},
"source_files": "iService/*",
"dependencies": {
"iPromise": [
"~> 1.1"
]
}
}