[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / e / 1 / SDModelHandle / 0.0.5 / SDModelHandle.podspec.json
blob19d1d8c5869aec37594415938c70ddc860601dee
2   "name": "SDModelHandle",
3   "version": "0.0.5",
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.5"
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       "public_header_files": "SDModelHandle/SD{Trunk,Car}Manager.h"
28     },
29     {
30       "name": "Jee",
31       "source_files": "SDModelHandle/JEE{Cat,Dog}Manager.{h,m}",
32       "public_header_files": "SDModelHandle/JEE{Cat,Dog}Manager.h"
33     },
34     {
35       "name": "Dog",
36       "source_files": "SDModelHandle/{JEE,SD}Dog.{h,m}",
37       "public_header_files": "SDModelHandle/{JEE,SD}Dog.h"
38     }
39   ]