blob: 473c5f9a3c9290128054e7f781631db9609ae7c4 [file] [log] [blame]
{
"name": "RMRefresh",
"version": "1.0.4",
"summary": "The easiest way to use pull-to-refresh",
"homepage": "https://github.com/Ryan0520/RMRefresh",
"license": "MIT",
"authors": {
"Ryan": "CoderRxShen@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Ryan0520/RMRefresh.git",
"tag": "1.0.4"
},
"source_files": "RMRefresh/RMRefresh/Classes/**/*.{h,m}",
"requires_arc": true,
"libraries": [
"iconv",
"z",
"stdc++",
"sqlite3"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.0-beta.2"
]
}
}