blob: b7084a964fd223354f73f5c5ce726cebc2776b03 [file] [log] [blame]
{
"name": "BULibrary",
"version": "1.0.3",
"summary": "1bu2bu iOS Base Library.",
"description": "1bu2bu",
"homepage": "https://github.com/1bu2bu/BULibrary",
"license": "MIT",
"authors": {
"1bu2bu": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://1bu2bu:3tianchen@github.com/1bu2bu/BULibrary.git",
"tag": "1.0.3"
},
"source_files": "BULibrary/**/*",
"public_header_files": "BULibrary/Manager/*.{h}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MJRefresh": [
"~> 3.1.15.3"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.2.3"
]
},
"subspecs": [
{
"name": "Macros",
"source_files": "BULibrary/Macros/{BU,Dimens,Notification,Path,Utils}Macros.h"
}
]
}