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