blob: 7f0939ce876fdffc8daa45389acbace963ed1c0e [file] [log] [blame]
{
"name": "SJNetworking",
"version": "1.0.0",
"summary": "SJNetWorking只是我的测试",
"description": "SJNetworking是我用来测试封装第三方库然后能否被调用。",
"homepage": "https://github.com/mynameissujie/SJNetWorking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AbooJan": "aboojaner@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mynameissujie/SJNetWorking.git",
"tag": "1.0.0"
},
"source_files": "SJNetworking/Class/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"dependencies": {
"AFNetworking": [
]
}
}