blob: 72f748baf7b137a1c162937eaf6a8b909ade9cac [file] [log] [blame]
{
"name": "XLUIKit",
"version": "0.0.2",
"summary": "The function extension of the common system UI object is organized in the form of catogry, which is convenient to use.",
"homepage": "https://github.com/JesseRom/XLUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JesseRom": "lhdaily@163.com"
},
"source": {
"git": "https://github.com/JesseRom/XLUIKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XLUIKit/Classes/**/*",
"resource_bundles": {
"XLUIKit": [
"XLUIKit/Resource/*"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
"~> 3.8.0"
],
"XLFoundation": [
]
}
}