blob: b6829d0af6de22e1538918ca6c9717006dd00475 [file] [log] [blame]
{
"name": "BULibrary",
"version": "1.0.15",
"license": "MIT",
"summary": "1bu2bu iOS Base Library.",
"homepage": "https://github.com/1bu2bu/BULibrary",
"social_media_url": "http://www.1bu2bu.com",
"authors": {
"zhanghe": "445218870@qq.com"
},
"source": {
"git": "https://1bu2bu:3tianchen@github.com/1bu2bu/BULibrary.git",
"tag": "1.0.15",
"submodules": true
},
"requires_arc": true,
"source_files": "BULibrary/**/*.{m,h}",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MJRefresh": [
"~> 3.1.15.3"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.2.3"
]
},
"subspecs": [
{
"name": "Macros",
"source_files": "BULibrary/**/{Dimens,Notification,Path,Utils,,}Macros.h",
"public_header_files": "BULibrary/**/{Dimens,Notification,Path,Utils,,}Macros.h"
}
]
}