blob: 493e44bae67bc4a87fad2145c3492652202ead30 [file] [log] [blame]
{
"name": "iService",
"version": "0.0.3",
"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.3"
},
"source_files": "iService/*",
"dependencies": {
"iPromise": [
"~> 1.1"
]
}
}