blob: 7abca73e977cf84eedec02829a39f8dfb530abbd [file] [log] [blame]
{
"name": "XOBaseLib",
"version": "1.0",
"summary": "XXOOGO项目的基础模块",
"description": "XXOOGO项目采用cocoapods做组件化架构,将不同的模块使用pod私有仓库管理,只需要在主项目中使用 pod 'XOBaseLib' 即可导入模块使用",
"homepage": "https://github.com/Hjt830/XOBaselib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kenter": "Hjt_830@163.com"
},
"source": {
"git": "https://github.com/Hjt830/XOBaselib.git",
"tag": "1.0"
},
"social_media_url": "https://www.jianshu.com/u/7e5e59276b03",
"platforms": {
"ios": "8.0"
},
"public_header_files": "XOBaseLib/Classes/**/*.h",
"source_files": "XOBaseLib/Classes/**/*.{h,m}",
"resource_bundles": {
"XOBaseLib": [
"XOBaseLib/Assets/*"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"GTMBase64": [
"~> 1.0.1"
],
"MJRefresh": [
"~> 3.2.0"
],
"SVProgressHUD": [
"~> 2.2.5"
],
"TZImagePickerController": [
"~> 3.2.1"
]
}
}