[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / e / 8 / d / ModelKit / 0.4.2 / ModelKit.podspec.json
blobb9b697478e4600e8a0cefa6078eed484fe3a3c63
2   "name": "ModelKit",
3   "version": "0.4.2",
4   "summary": "A collection of utilities for working with model objects",
5   "homepage": "https://github.com/sadawi/ModelKit",
6   "license": "MIT",
7   "authors": {
8     "Sam Williams": "samuel.williams@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sadawi/ModelKit.git",
12     "tag": "0.4.2"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "PromiseKit/CorePromise": [
20       "~> 4.0.5"
21     ]
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Fields",
27       "source_files": "ModelKit/Fields/**/*",
28       "dependencies": {
29         "StringInflections": [
30           "~> 0.0.6"
31         ]
32       }
33     },
34     {
35       "name": "Models",
36       "source_files": [
37         "ModelKit/Models/**/*",
38         "ModelKit/ModelStore/**/*"
39       ],
40       "dependencies": {
41         "ModelKit/Fields": [
43         ]
44       }
45     },
46     {
47       "name": "RemoteModelStore",
48       "source_files": "ModelKit/RemoteModelStore/**/*",
49       "dependencies": {
50         "ModelKit/Models": [
52         ],
53         "Alamofire": [
54           "~> 4.2.0"
55         ],
56         "SwiftyJSON": [
57           "~> 3.1.3"
58         ]
59       }
60     }
61   ]