blob: 94fc970e626600571ed7281c55ee54778e919f26 [file] [log] [blame]
{
"name": "MXUILibs",
"version": "0.2.8",
"summary": "MXUILibs is a UI package",
"description": "MXUILibs is a UI package.",
"homepage": "https://gitee.com/michaelxiaonull/MXUILibs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"michaelxiaonull": "michaelxiaonull@gmail.com"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/michaelxiaonull/MXUILibs.git",
"tag": "0.2.8"
},
"source_files": "MXUILibs/Classes/**/*",
"resources": [
"MXUILibs/Assets/**/*.png"
],
"public_header_files": "Pod/Classes/**/*.h",
"prefix_header_file": "MXUILibs/Classes/MXHeader.h",
"dependencies": {
"MJRefresh": [
],
"DZNEmptyDataSet": [
],
"SVProgressHUD": [
],
"TZImagePickerController": [
],
"SDWebImage": [
]
},
"resource_bundles": {
"MXUILibs": [
"MXUILibs/Assets/*.bundle"
]
}
}