blob: be526def4f441f45eb3e59d6395649947664ac9a [file] [log] [blame]
{
"name": "SLStaticLibrary",
"version": "1.0.2",
"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.2"
},
"source_files": [
"SLStaticLibrary/Categories/*",
"SLStaticLibrary/Models/*",
"SLStaticLibrary/Controller/*"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}