blob: 230b949ae3f783c3b5d28198b9ea2eaefe32a2cd [file] [log] [blame]
{
"name": "LixFoundation",
"version": "0.0.4",
"summary": "Objective-C编程基础工具类",
"homepage": "https://github.com/originalix/LixFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lix": "xiao.liunit@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/originalix/LixFoundation.git",
"tag": "0.0.4"
},
"source_files": [
"Lix_Foundation",
"Lix_Foundation/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}