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