[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / 2 / a / FJRefresh / 0.0.1 / FJRefresh.podspec.json
blob1966734acb630a22d531c674b1493b4dd4f49eca
2   "name": "FJRefresh",
3   "version": "0.0.1",
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.1"
16   },
17   "source_files": "FJRefresh/**/*.{h,m}",
18   "resources": "FJRefresh/**/*.{xib,png}",
19   "requires_arc": true,
20   "dependencies": {
21     "MJRefresh": [
23     ]
24   }