blob: 9de988da3b75a5c00bf805468133939c2009a0db [file] [log] [blame]
{
"name": "TS_UIKit",
"version": "1.4.0",
"summary": "A Lib For UI.",
"description": "TSUIKit 是一个UI基类 新增push and pop 转场 新增loadingvc",
"homepage": "https://github.com/StoneStoneStoneWang/TSUIKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/TSUIKit.git",
"tag": "1.4.0"
},
"source_files": "Code/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"JXTAlertManager": [
],
"SVProgressHUD": [
]
}
}