blob: 8ae83a044919a1e5c1031b8d30a3b2090433fde1 [file] [log] [blame]
{
"name": "YourSDK",
"version": "0.0.1",
"summary": "A summary about your SDK !",
"description": "A description about your SDK !",
"homepage": "https://github.com/BruceFight/YourSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"authors": {
"CoderBala": "1050848821@qq.com"
},
"source": {
"git": "https://github.com/BruceFight/YourSDK.git",
"tag": "0.0.1"
},
"source_files": "YourSDK/*",
"requires_arc": true
}