[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 9 / 6 / iService / 0.0.2 / iService.podspec.json
blob1f4d3fa1d68d148fb3bd537f94e40c2fd7da6f3a
2   "name": "iService",
3   "version": "0.0.2",
4   "summary": "Communication with RESTful interfaces made easy",
5   "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.",
6   "homepage": "https://github.com/theddnc/iService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE"
10   },
11   "authors": {
12     "Jakub Zaczek": "zaczekjakub@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/theddnc/iService.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "iService/*",
22   "dependencies": {
23     "iPromise": [
24       "~> 1.1"
25     ]
26   }