[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 8 / a / e / CYKit / 0.6.9 / CYKit.podspec.json
blobff9da9ccfb972cc2a505a11cb6fd0216bfe07145
2   "name": "CYKit",
3   "version": "0.6.9",
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.6.9"
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   },
47   "subspecs": [
48     {
49       "name": "Categorys",
50       "source_files": [
51         "CYKit/Categorys/*.{h,m}",
52         "CYKit/UIKit/CYKitDefines.h"
53       ]
54     },
55     {
56       "name": "Class",
57       "source_files": [
58         "CYKit/Class/*.{h,m}",
59         "CYKit/UIKit/CYKitDefines.h"
60       ]
61     },
62     {
63       "name": "UIKit",
64       "source_files": [
65         "CYKit/UIKit/*.{h,m}",
66         "CYKit/UIKit/CYKitDefines.h",
67         "CYKit/Categorys/UIColor+CYAddition.h"
68       ]
69     }
70   ]