blob: 954973c5d10ce75ce1746a785a287d86b9899c85 [file] [log] [blame]
{
"name": "STSwiftSDK",
"version": "0.0.1",
"summary": "StarkTeam swift SDK kit",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Thinkerfan/STSwiftSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thinkerfan": "731666148@qq.com"
},
"source": {
"git": "https://github.com/Thinkerfan/STSwiftSDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "STSwiftSDK/Classes/**/*",
"swift_version": "4.2",
"frameworks": [
"UIKit",
"MBProgressHUD"
],
"dependencies": {
"MBProgressHUD": [
],
"Alamofire": [
]
}
}