[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / e / WRKit / 1.1.23 / WRKit.podspec.json
blob8528ca1521aed84f753862fcad8b916b3bd3e86d
2   "name": "WRKit",
3   "version": "1.1.23",
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.23"
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": [
37             "WRKit-Foundation/WRKit/*.{h,m}",
38             "WRKit-Foundation/WRKit/CoreText/*.{h,m}"
39           ]
40         }
41       ]
42     }
43   ]