[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 7 / f / c / RMRefresh / 1.0.4 / RMRefresh.podspec.json
blob473c5f9a3c9290128054e7f781631db9609ae7c4
2   "name": "RMRefresh",
3   "version": "1.0.4",
4   "summary": "The easiest way to use pull-to-refresh",
5   "homepage": "https://github.com/Ryan0520/RMRefresh",
6   "license": "MIT",
7   "authors": {
8     "Ryan": "CoderRxShen@126.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/Ryan0520/RMRefresh.git",
15     "tag": "1.0.4"
16   },
17   "source_files": "RMRefresh/RMRefresh/Classes/**/*.{h,m}",
18   "requires_arc": true,
19   "libraries": [
20     "iconv",
21     "z",
22     "stdc++",
23     "sqlite3"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0.0-beta.2"
28     ]
29   }