blob: f0339d9238fb8c31739082bab60245b3df8a8000 [file] [log] [blame]
{
"name": "FJRefresh",
"version": "0.0.5",
"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.5"
},
"source_files": "FJRefresh/Classes/**/*.{h,m}",
"resources": "FJRefresh/Classes/**/*.{xib,png}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"FJPodHelper": [
]
}
}