blob: f70623d839f901cf8f87afb95099278e80d9c90a [file] [log] [blame]
{
"name": "TOPagerView",
"version": "0.0.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A UIScrollView subclass that allows paged horizontal swiping with a re-use mechansim similar to UITableView.",
"homepage": "https://github.com/TimOliver/TOPagerView",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/TOPagerView.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "5.0"
},
"source_files": "TOPagerView/**/*.{h,m}",
"requires_arc": true
}