[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 4 / 8 / iModel / 0.0.3 / iModel.podspec.json
blob88955e04e522a6c5429223d17407998b5cf4fbe1
2   "name": "iModel",
3   "version": "0.0.3",
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.3"
20   },
21   "source_files": "iModel/*",
22   "dependencies": {
23     "iService": [
24       "~> 0.0"
25     ],
26     "iPromise": [
27       "~> 1.1"
28     ]
29   }