blob: 6d8b3c0fd58fcef55933e26456b1437aef20f751 [file] [log] [blame]
{
"name": "WRTextKit",
"version": "1.3.9",
"summary": "竖向蒙文标签控件",
"description": "竖向蒙文标签控件,支持上下左右对齐",
"homepage": "https://github.com/GodFighter/WRTextKit",
"license": "MIT",
"authors": {
"Leo Xiang": "xianghui_ios@163.com"
},
"source": {
"git": "https://github.com/GodFighter/WRTextKit.git",
"tag": "1.3.9",
"submodules": true
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
"requires_arc": true,
"public_header_files": "WRTextKit/WRTextKit.h",
"source_files": "WRTextKit/WRTextKit.h",
"subspecs": [
{
"name": "CoreText",
"source_files": "WRTextKit/CoreText/*.{h,m}",
"public_header_files": "WRTextKit/CoreText/*.h"
},
{
"name": "Views",
"dependencies": {
"WRTextKit/CoreText": [
]
},
"source_files": "WRTextKit/Views/*.{h,m}",
"public_header_files": "WRTextKit/Views/*.h"
},
{
"name": "Controllers",
"dependencies": {
"WRTextKit/Views": [
]
},
"source_files": "WRTextKit/Controllers/*.{h,m}",
"public_header_files": "WRTextKit/Controllers/*.h"
}
]
}