blob: 98fa051a764868c3c68cfa10af5f785791ef142b [file] [log] [blame]
{
"name": "JBTBaseLib",
"version": "0.0.2",
"summary": "base library of JBIT",
"homepage": "https://github.com/ConstantCody/JBTBaseLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"η‰›θΆ…εŽ": "niuchaohua@foxmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ConstantCody/JBTBaseLib.git",
"tag": "0.0.2",
"submodules": true
},
"source_files": [
"JBTBaseLib/*.{h,m}",
"JBTBaseLib/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"JSONModel": [
],
"MBProgressHUD": [
],
"SDWebImage": [
]
}
}