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