blob: 83c2f4e2be5899f1c3e40e3fa1a69a61e4136aae [file] [log] [blame]
{
"name": "SSDK",
"version": "1.0.0",
"summary": "SSDk is a networking tool",
"description": "This is a demo to test the use of static libraries and release it to cocoaPod",
"homepage": "https://github.com/hqwsun/SSDK",
"license": "None",
"authors": {
"yellowvi": "312944916@qq.com"
},
"source": {
"git": "https://github.com/hqwsun/SSDK.git",
"tag": "1.0.0"
},
"static_framework": true,
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "SSDK.framework"
},
"resources": "SSDKBundle.bundle",
"dependencies": {
"AFNetworking": [
]
}
}