blob: 388aaf5f49193074d816cef0763499fc8b3eb7b5 [file] [log] [blame]
{
"name": "YourSDK",
"version": "0.0.2",
"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.2"
},
"source_files": "YourSDK/*",
"requires_arc": true
}