[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / e / WRKit / 1.1.18 / WRKit.podspec.json
blob81c3d06e092d345418a660472376d41c789f2c0f
2   "name": "WRKit",
3   "version": "1.1.18",
4   "summary": "kit & funcation的便利构造方法.",
5   "description": "kit & funcation的便利构造方法,常用视图的便利构造,常用的判断方法.",
6   "homepage": "https://github.com/GodFighter/WRKit-Foundation.git",
7   "license": "MIT",
8   "authors": {
9     "Leo Xiang": "xianghui_ios@163.com"
10   },
11   "source": {
12     "git": "https://github.com/GodFighter/WRKit-Foundation.git",
13     "tag": "1.1.18"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": "UIKit",
19   "social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "WRFoundation",
24       "source_files": "WRKit-Foundation/WRFoundation/*.{h,m}"
25     },
26     {
27       "name": "WRKit",
28       "dependencies": {
29         "WRKit/WRFoundation": [
31         ]
32       },
33       "subspecs": [
34         {
35           "name": "CoreText",
36           "source_files": "WRKit-Foundation/WRKit/**/*"
37         }
38       ]
39     }
40   ]