blob: 7837c47c0aee89a4ef3bc4668854c1fa75430b1b [file] [log] [blame]
{
"name": "APPagerController",
"version": "1.0.0",
"summary": "A controller to page horizontally between child controllers",
"description": " This controller allows you to have child controllers and swipe through them horizontally.\n\n These child controllers also have titles associated with them which you can swipe through.\n\n Child controllers and titles will be swiped together.\n",
"homepage": "https://github.com/yogin/APPagerController",
"license": "MIT",
"authors": {
"Anthony Powles": "pod+appagercontroller@idreamz.net"
},
"source": {
"git": "https://github.com/yogin/APPagerController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"APPagerController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit"
]
}