blob: f315964b1052d1ac84eddd4bc3105ea1a8ec05fe [file] [log] [blame]
{
"name": "SGFoundation",
"version": "1.0.0",
"summary": "iOS编程基础工具类",
"homepage": "https://github.com/originalix/SGFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lix": "xiao.liunit@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/originalix/SGFoundation.git",
"tag": "1.0.0"
},
"source_files": [
"SG_Foundation",
"SG_Foundation/**/*.{h,m,swift}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}