blob: a1bc196b16149cec80e44ccf45605f0309b8bbaa [file] [log] [blame]
{
"name": "SLStaticLibrary",
"version": "1.0.4",
"license": "MIT",
"summary": "my custom static library for iOS.",
"homepage": "https://github.com/SugarLSG/SLStaticLibrary",
"authors": {
"sugar.lin": "339426723@qq.com"
},
"source": {
"git": "https://github.com/SugarLSG/SLStaticLibrary.git",
"tag": "1.0.4",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Categories",
"source_files": "SLStaticLibrary/Categories/*.{h,m}"
},
{
"name": "Controllers",
"source_files": "SLStaticLibrary/Controllers/*.{h,m}"
},
{
"name": "Models",
"source_files": "SLStaticLibrary/Models/*.{h,m}"
}
]
}