blob: f340563f0378c446625cc203b8f33e206739d8d1 [file] [log] [blame]
{
"name": "TestSDK",
"version": "0.0.1",
"summary": "My first SDK",
"homepage": "https://github.com/CodeZjj/TestSDK",
"license": "MIT",
"authors": {
"zjj": "931949892@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CodeZjj/TestSDK.git",
"tag": "0.0.1"
},
"source_files": "TestSDK/**/*.{h}",
"vendored_libraries": "TestSDK/**/libTestSDK.a",
"requires_arc": true
}