blob: 979fb6f70d451c67e66275ee45ba431bccb17043 [file] [log] [blame]
{
"name": "WRKit",
"version": "2.1.0",
"summary": "kit & funcation的便利构造方法.",
"description": "kit & funcation的便利构造方法,常用视图的便利构造,常用的判断方法.",
"homepage": "https://github.com/GodFighter/WRKit-Foundation.git",
"license": "MIT",
"authors": {
"Leo Xiang": "xianghui_ios@163.com"
},
"source": {
"git": "https://github.com/GodFighter/WRKit-Foundation.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
"requires_arc": true,
"subspecs": [
{
"name": "WRFoundation",
"source_files": "WRKit-Foundation/WRFoundation/*.{h,m}"
},
{
"name": "WRKit",
"source_files": "WRKit-Foundation/WRKit/*.{h,m}",
"dependencies": {
"WRKit/WRFoundation": [
]
},
"subspecs": [
{
"name": "CoreText",
"source_files": "WRKit-Foundation/WRKit/CoreText/*.{h,m}"
}
]
}
]
}