blob: ec5bc532e36c697c67ab279e3617242581b5f138 [file] [log] [blame]
{
"name": "XLFoundation",
"version": "0.0.1",
"summary": "An Objective-C Foundation extension.",
"homepage": "https://github.com/JesseRom/XLFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JesseRom": "lhdaily@163.com"
},
"source": {
"git": "https://github.com/JesseRom/XLFoundation.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XLFoundation/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}