blob: 1c2f67aaaded7231b79b01a03e427f44cb4b7e54 [file] [log] [blame]
{
"name": "SGFoundation",
"version": "0.0.1",
"summary": "Objective-C编程基础工具类",
"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": "0.0.1"
},
"source_files": [
"SG_Foundation",
"SG_Foundation/**/*.{h,m,swift}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"LixMacro": [
"~> 0.0.3"
]
},
"pushed_with_swift_version": "3.0"
}