blob: 5c7d9508fe31d1664651ef7e2077b24acb8bd707 [file] [log] [blame]
{
"name": "RXSDK",
"version": "1.1.7",
"summary": "CoderRyan’s SDK",
"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.1.7"
},
"source_files": "RMRefresh/RMRefresh/Classes/RXSDK/**/*.{h,m}",
"libraries": [
"iconv",
"z",
"stdc++",
"sqlite3"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"SVProgressHUD": [
"~> 2.0"
]
}
}