[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 1 / e / WRKit / 1.3.1 / WRKit.podspec.json
blobd046b95c3c9f929c96a573f6770889113e6389cf
2   "name": "WRKit",
3   "version": "1.3.1",
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.3.1"
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       "source_files": "WRKit-Foundation/WRKit/*.{h,m}",
29       "dependencies": {
30         "WRKit/WRFoundation": [
32         ]
33       },
34       "subspecs": [
35         {
36           "name": "CoreText",
37           "source_files": "WRKit-Foundation/WRKit/CoreText/*.{h,m}"
38         }
39       ]
40     }
41   ]