blob: c8a4ae14716f610027609ade0b82bb6aad02761b [file] [log] [blame]
{
"name": "SLStaticLibrary",
"version": "1.0.5",
"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.5",
"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}"
}
]
}