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