[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / a / e / CYKit / 0.4.4 / CYKit.podspec.json
blobf300648059f424fdb7eaeb0f44159cd2403fb246
2   "name": "CYKit",
3   "version": "0.4.4",
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.4.4"
16   },
17   "source_files": [
18     "CYKit",
19     "CYKit/*.{h,m}"
20   ],
21   "resources": "CYKit/Resources/*.png",
22   "frameworks": [
23     "UIKit",
24     "WebKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
30     ],
31     "BlocksKit": [
33     ],
34     "AFNetworking": [
36     ],
37     "ReactiveObjC": [
39     ],
40     "YYKit": [
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "Categorys",
47       "source_files": [
48         "CYKit/Categorys/*.{h,m}",
49         "CYKit/UIKit/CYKitDefines.h"
50       ]
51     },
52     {
53       "name": "Class",
54       "source_files": [
55         "CYKit/Class/*.{h,m}",
56         "CYKit/UIKit/CYKitDefines.h"
57       ]
58     },
59     {
60       "name": "UIKit",
61       "source_files": [
62         "CYKit/UIKit/*.{h,m}",
63         "CYKit/UIKit/CYKitDefines.h"
64       ]
65     }
66   ]