blob: f3377835a87c8e6a1e61c1e4342392046de28f73 [file] [log] [blame]
{
"name": "RHBase",
"version": "1.0.6",
"summary": "iOS常用基类",
"homepage": "https://github.com/guorenhao/RHBase",
"license": "MIT",
"authors": {
"Abner_G": "grh_1990@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guorenhao/RHBase.git",
"tag": "1.0.6"
},
"source_files": "RHBase/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"MJRefresh": [
"~> 3.1.15.3"
]
}
}