blob: c13b4fa73bb0033f836d13f2019c19104c09148f [file] [log] [blame]
{
"name": "RGFramework",
"version": "0.1.0",
"summary": "通用基础框架",
"description": "包含基础封装,网络请求,以及通用方法和分类",
"homepage": "https://github.com/RogersHuang/RGFramework.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"RogersHuang": "hrgrong@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RogersHuang/RGFramework.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"3.2.1"
],
"FMDB": [
"2.7.5"
],
"MJRefresh": [
"3.1.15.7"
],
"MBProgressHUD+Add": [
"0.0.2"
],
"ReactiveObjC": [
"3.1.0"
],
"MyLayout": [
"1.6.1"
],
"YYText": [
"1.0.7"
],
"IQKeyboardManager": [
"6.2.0"
]
}
}