{ | |
"name": "SLStaticLibrary", | |
"version": "1.0.3", | |
"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.3" | |
}, | |
"source_files": [ | |
"SLStaticLibrary/Categories/*", | |
"SLStaticLibrary/Models/*", | |
"SLStaticLibrary/Controllers/*" | |
], | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"requires_arc": true | |
} |