blob: 1966734acb630a22d531c674b1493b4dd4f49eca [file] [log] [blame]
{
"name": "FJRefresh",
"version": "0.0.1",
"summary": "An extend pull-to-refresh component based on MJRefresh",
"homepage": "https://github.com/jeffnjut/FJRefresh",
"license": "MIT",
"authors": {
"jeff_njut": "jeff_njut@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jeffnjut/FJRefresh.git",
"tag": "0.0.1"
},
"source_files": "FJRefresh/**/*.{h,m}",
"resources": "FJRefresh/**/*.{xib,png}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
]
}
}