[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / a / e / CYKit / 0.7.14 / CYKit.podspec.json
blob47417b57309c88b5cd21067b8fbdce21ddcd9514
2   "name": "CYKit",
3   "version": "0.7.14",
4   "summary": "something useful for daily development",
5   "homepage": "https://github.com/TripleFireMan",
6   "license": "MIT",
7   "authors": {
8     "成焱": "ab364743113@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/TripleFireMan/CYKit.git",
15     "tag": "0.7.14"
16   },
17   "source_files": [
18     "CYKit",
19     "CYKit/*.{h,m}"
20   ],
21   "resources": "CYKit/Resources/*.{png,bundle}",
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     "XHToast": [
45     ],
46     "MJExtension": [
48     ],
49     "MJRefresh": [
51     ]
52   },
53   "subspecs": [
54     {
55       "name": "Categorys",
56       "source_files": [
57         "CYKit/Categorys/*.{h,m}",
58         "CYKit/UIKit/CYKitDefines.h"
59       ]
60     },
61     {
62       "name": "Class",
63       "source_files": [
64         "CYKit/Class/*.{h,m}",
65         "CYKit/UIKit/CYKitDefines.h",
66         "CYKit/Categorys/NSString+CYAddition.h"
67       ]
68     },
69     {
70       "name": "UIKit",
71       "source_files": [
72         "CYKit/UIKit/*.{h,m}",
73         "CYKit/UIKit/CYKitDefines.h",
74         "CYKit/Categorys/UIColor+CYAddition.h"
75       ]
76     }
77   ]