blob: 0fdfbb9d1087d2a84341e58f8c3097b3693bc4dc [file] [log] [blame]
{
"name": "RXSDK",
"version": "1.1.6",
"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.6"
},
"source_files": "RMRefresh/RMRefresh/Classes/RXSDK/**/*.{h,m}",
"libraries": [
"iconv",
"z",
"stdc++",
"sqlite3"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"SVProgressHUD": [
"~> 2.0"
]
}
}