blob: 94121c9d570d777f7f82e0b13b0f2340e349f070 [file] [log] [blame]
{
"name": "RXSDK",
"version": "1.0.6",
"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.6"
},
"source_files": "RMRefresh/RMRefresh/Classes/RXSDK/**/*.{h,m}",
"requires_arc": true,
"libraries": [
"iconv",
"z",
"stdc++",
"sqlite3"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.0-beta.2"
]
}
}