blob: 23ea014ed32a279623f4932e94e2c1fcd0332487 [file] [log] [blame]
{
"name": "SLStaticLibrary",
"version": "1.0.0",
"license": "MIT",
"summary": "my custom static library for iOS.",
"homepage": "http://nshipster.com",
"authors": {
"sugar.lin": "339426723@qq.com"
},
"source": {
"git": "https://github.com/SugarLSG/SLStaticLibrary.git",
"tag": "1.0.0"
},
"source_files": [
"SLStaticLibrary/Categories/*",
"SLStaticLibrary/Models/*",
"SLStaticLibrary/Controller/*"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}