[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / e / 1 / SDModelHandle / 0.0.4 / SDModelHandle.podspec.json
blob512be974c44cb1f81dfae7b5f9e8076aab642c92
2   "name": "SDModelHandle",
3   "version": "0.0.4",
4   "summary": "A Model handle framework",
5   "homepage": "https://github.com/jisudong555/SDModelHandle",
6   "license": "MIT",
7   "authors": {
8     "jisudong": "sudong@zaizhibo.tv"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/jisudong555/SDModelHandle.git",
15     "tag": "0.0.4"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "source_files": "SDModelHandle",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Car",
26       "source_files": "SDModelHandle/SD{Trunk,Car}Manager.{h,m}"
27     },
28     {
29       "name": "Jee",
30       "source_files": "SDModelHandle/JEE{Cat,Dog}Manager.{h,m}"
31     },
32     {
33       "name": "Dog",
34       "source_files": "SDModelHandle/{JEE,SD}Dog.{h,m}"
35     }
36   ]