[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / 4 / WCoreKit / 0.1.6 / WCoreKit.podspec.json
bloba9f10d9ef12ac8f38126f4bbed911ffd5a31e16f
2   "name": "WCoreKit",
3   "version": "0.1.6",
4   "summary": "一些方便开发的IOS工具类",
5   "description": "本人自己用的一些关于IOS开发的工具",
6   "homepage": "https://github.com/jw10126121/WCoreKit",
7   "license": "MIT",
8   "authors": {
9     "linjiawei": "10126121@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/jw10126121/WCoreKit.git",
13     "tag": "0.1.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "WToolsKit",
22       "source_files": "Pod/Classes/WToolsKit/**/*",
23       "public_header_files": "Pod/Classes/WToolsKit/**/*.h"
24     },
25     {
26       "name": "WRuntimeKit",
27       "source_files": "Pod/Classes/WRuntimeKit/**/*",
28       "public_header_files": "Pod/Classes/WRuntimeKit/**/*.h"
29     },
30     {
31       "name": "WOrmManager",
32       "source_files": "Pod/Classes/WOrmManager/**/*",
33       "public_header_files": "Pod/Classes/WOrmManager/**/*.h",
34       "dependencies": {
35         "WCoreKit/WRuntimeKit": [
37         ]
38       }
39     },
40     {
41       "name": "WServiceForDatabase",
42       "source_files": "Pod/Classes/WOrmManager/**/*",
43       "public_header_files": "Pod/Classes/WOrmManager/**/*.h",
44       "dependencies": {
45         "WCoreKit/WOrmManager": [
47         ],
48         "FMDB": [
50         ]
51       }
52     }
53   ]