[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 2 / a / FJRefresh / 0.1.2 / FJRefresh.podspec.json
blob582157e5f403a7fe4d99f2106026636f2d0ea61a
2   "name": "FJRefresh",
3   "version": "0.1.2",
4   "summary": "An extend pull-to-refresh component based on MJRefresh",
5   "homepage": "https://github.com/jeffnjut/FJRefresh",
6   "license": "MIT",
7   "authors": {
8     "jeff_njut": "jeff_njut@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/jeffnjut/FJRefresh.git",
15     "tag": "0.1.2"
16   },
17   "source_files": "FJRefresh/Classes/**/*.{h,m}",
18   "resources": "FJRefresh/Classes/**/*.{xib,png}",
19   "requires_arc": true,
20   "dependencies": {
21     "MJRefresh": [
23     ],
24     "FJTool/Storage": [
26     ]
27   }