[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / a / e / CYKit / 0.3.5 / CYKit.podspec.json
blob770ec52071427cd015f450f9e80b5ec5083b4965
2   "name": "CYKit",
3   "version": "0.3.5",
4   "summary": "something useful for daily development",
5   "homepage": "https://github.com/TripleFireMan",
6   "license": "MIT",
7   "authors": {
8     "chengyan": "ab364743113@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/TripleFireMan/CYKit.git",
15     "tag": "0.3.5"
16   },
17   "source_files": [
18     "CYKit",
19     "CYKit/*.{h,m}"
20   ],
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
26     ],
27     "BlocksKit": [
29     ],
30     "AFNetworking": [
32     ],
33     "ReactiveObjC": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Categorys",
40       "source_files": "CYKit/Categorys/*.{h,m}"
41     },
42     {
43       "name": "Class",
44       "source_files": "CYKit/Class/*.{h,m}"
45     },
46     {
47       "name": "UIKit",
48       "source_files": "CYKit/UIKit/*.{h,m}"
49     }
50   ]