[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / d / 6 / JCModel / 0.2 / JCModel.podspec.json
blob258c354d0c1cd793e46423ea22f55c5bcf026408
2   "name": "JCModel",
3   "version": "0.2",
4   "license": "MIT",
5   "summary": "A small framework to help with writing model layers in iOS.",
6   "homepage": "https://github.com/jconst/JCModel",
7   "authors": {
8     "Joseph Constantakis": "jcon5294@gmail.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/jconst/JCModel.git",
15     "tag": "0.2"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "NSObjectProperties": [
20       "~> 0.0.3"
21     ]
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Classes/Core/*.{h,m}"
27     },
28     {
29       "name": "AFNetworking",
30       "source_files": "Classes/AFNetworking/*.{h,m}",
31       "dependencies": {
32         "AFNetworking": [
33           "~> 2.0"
34         ],
35         "JCModel/Core": [
37         ]
38       }
39     }
40   ]