[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 6 / 9 / OKFrameworkKit / 1.1.3 / OKFrameworkKit.podspec.json
blob64a961922a20cc0430a1804a3d68cec3786dde51
2   "name": "OKFrameworkKit",
3   "version": "1.1.3",
4   "summary": "OKFrameworkKit is some category library",
5   "homepage": "https://github.com/Herb-Sun/OKFrameworkKit",
6   "license": "MIT",
7   "authors": {
8     "huabei.sun": "huabei.sun@okcoin.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/Herb-Sun/OKFrameworkKit.git",
15     "tag": "1.1.3"
16   },
17   "source_files": "OKFrameworkKit/OKFrameworkKit.h",
18   "public_header_files": "OKFrameworkKit/OKFrameworkKit.h",
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "QuartzCore"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Macros",
28       "source_files": "OKFrameworkKit/Macros/*.h"
29     },
30     {
31       "name": "Foundation",
32       "source_files": "OKFrameworkKit/Foundation/**/*.{h,m,c}"
33     },
34     {
35       "name": "UIKit",
36       "source_files": "OKFrameworkKit/UIKit/**/*.{h,m,c}",
37       "dependencies": {
38         "OKFrameworkKit/Foundation": [
40         ]
41       }
42     },
43     {
44       "name": "QuartzCore",
45       "source_files": "OKFrameworkKit/QuartzCore/**/*.{h,m,c}"
46     }
47   ]