[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / 4 / WCoreKit / 0.1.2 / WCoreKit.podspec.json
blob7aaf626cc50640cc5ee0249cf28152451ae9f948
2   "name": "WCoreKit",
3   "version": "0.1.2",
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.2"
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   ]