blob: da96e53aefa6f29abb9f3a107cb8a9d7a3a46f2e [file] [log] [blame]
{
"name": "BXLoadMoreControl",
"version": "2.0.0",
"summary": "BXLoadMoreControl behaves like UIRefresh Control but is used to load more now support swift 3",
"description": "BXLoadMoreControl behaves like UIRefresh Control but is used to load more,with more state control, and integreted with UITableViewController well.",
"homepage": "https://github.com/banxi1988/BXLoadMoreControl",
"license": "MIT",
"authors": {
"banxi1988": "banxi1988@gmail.com"
},
"source": {
"git": "https://github.com/banxi1988/BXLoadMoreControl.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"PinAuto": [
"~>2.0"
]
}
}