[Add] ZoomVSDKUIToolkitiOS 1.13.11
[CocoaPods.git] / Specs / 8 / a / e / CYKit / 0.7.47 / CYKit.podspec.json
blob13ca1b17468c999b598473ab6e1f0900848a8ac2
2   "name": "CYKit",
3   "version": "0.7.47",
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": "9.0"
12   },
13   "source": {
14     "git": "git@github.com:TripleFireMan/CYKit.git",
15     "tag": "0.7.47"
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     "AFNetworking": [
33     ],
34     "ReactiveObjC": [
36     ],
37     "XHToast": [
39     ],
40     "MJExtension": [
41       "3.2.2"
42     ],
43     "MJRefresh": [
44       "3.2.2"
45     ],
46     "FastCoding": [
48     ]
49   },
50   "subspecs": [
51     {
52       "name": "Categorys",
53       "source_files": [
54         "CYKit/Categorys/*.{h,m}",
55         "CYKit/UIKit/CYKitDefines.h"
56       ]
57     },
58     {
59       "name": "Class",
60       "source_files": [
61         "CYKit/Class/*.{h,m}",
62         "CYKit/UIKit/CYKitDefines.h",
63         "CYKit/Categorys/NSString+CYAddition.h",
64         "CYKit/Categorys/NSObject+CYAddition.h"
65       ]
66     },
67     {
68       "name": "UIKit",
69       "source_files": [
70         "CYKit/UIKit/*.{h,m}",
71         "CYKit/UIKit/CYKitDefines.h",
72         "CYKit/Categorys/UIColor+CYAddition.h",
73         "CYKit/Categorys/UITapGestureRecognizer+CYAddition.h"
74       ]
75     }
76   ]