blob: 1ec21d76b9bf67e97db557657124633e1ae13a66 [file] [log] [blame]
{
"name": "TS_BaseViewController",
"version": "1.0.1",
"summary": "A Lib For ViewController.",
"description": "viewcontroller的基类",
"homepage": "https://github.com/StoneStoneStoneWang/TS_BaseViewController",
"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/TS_BaseViewController.git",
"tag": "1.0.1"
},
"source_files": "Code/**/*.{h,m}",
"dependencies": {
"TS_ToolKit": [
],
"JXTAlertManager": [
]
}
}