[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / 0 / b / d / WRTextKit / 1.3.9 / WRTextKit.podspec.json
blob6d8b3c0fd58fcef55933e26456b1437aef20f751
2   "name": "WRTextKit",
3   "version": "1.3.9",
4   "summary": "竖向蒙文标签控件",
5   "description": "竖向蒙文标签控件,支持上下左右对齐",
6   "homepage": "https://github.com/GodFighter/WRTextKit",
7   "license": "MIT",
8   "authors": {
9     "Leo Xiang": "xianghui_ios@163.com"
10   },
11   "source": {
12     "git": "https://github.com/GodFighter/WRTextKit.git",
13     "tag": "1.3.9",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
24   "requires_arc": true,
25   "public_header_files": "WRTextKit/WRTextKit.h",
26   "source_files": "WRTextKit/WRTextKit.h",
27   "subspecs": [
28     {
29       "name": "CoreText",
30       "source_files": "WRTextKit/CoreText/*.{h,m}",
31       "public_header_files": "WRTextKit/CoreText/*.h"
32     },
33     {
34       "name": "Views",
35       "dependencies": {
36         "WRTextKit/CoreText": [
38         ]
39       },
40       "source_files": "WRTextKit/Views/*.{h,m}",
41       "public_header_files": "WRTextKit/Views/*.h"
42     },
43     {
44       "name": "Controllers",
45       "dependencies": {
46         "WRTextKit/Views": [
48         ]
49       },
50       "source_files": "WRTextKit/Controllers/*.{h,m}",
51       "public_header_files": "WRTextKit/Controllers/*.h"
52     }
53   ]