[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / 2 / a / FJRefresh / 0.0.5 / FJRefresh.podspec.json
blobf0339d9238fb8c31739082bab60245b3df8a8000
2   "name": "FJRefresh",
3   "version": "0.0.5",
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.0.5"
16   },
17   "source_files": "FJRefresh/Classes/**/*.{h,m}",
18   "resources": "FJRefresh/Classes/**/*.{xib,png}",
19   "requires_arc": true,
20   "dependencies": {
21     "MJRefresh": [
23     ],
24     "FJPodHelper": [
26     ]
27   }