[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 4 / 8 / iModel / 0.0.6 / iModel.podspec.json
blob8392b7a200aaead24bbf30e18a10dd7946dac17c
2   "name": "iModel",
3   "version": "0.0.6",
4   "summary": "Validation, JSON parsing and async remote communication in one bundle.",
5   "description": "iModel was created to provide a simple boilerplate for creating data models. It provides\ndata validation and a CRUD over HTTP interface with seamless JSON parsing.",
6   "homepage": "https://github.com/theddnc/iModel",
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/iModel.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "iModel/**/*",
22   "dependencies": {
23     "iService": [
24       "~> 0.0"
25     ],
26     "iPromise": [
27       "~> 1.1"
28     ]
29   }