blob: 6f340073afc4c31582958682f40970814f70457b [file] [log] [blame]
{
"name": "STSwiftSDK",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "STSwiftSDK/Classes/**/*",
"swift_version": "4.2",
"frameworks": [
"UIKit",
"MBProgressHUD"
],
"dependencies": {
"MBProgressHUD": [
],
"Alamofire": [
]
}
}