[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 1 / 7 / APPagerController / 1.0.2 / APPagerController.podspec.json
blobdd0c93ae8606cccf54fb8463cf275bf8b6a1bff5
2   "name": "APPagerController",
3   "version": "1.0.2",
4   "summary": "A controller to page horizontally between child controllers",
5   "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",
6   "homepage": "https://github.com/yogin/APPagerController",
7   "license": "MIT",
8   "authors": {
9     "Anthony Powles": "pod+appagercontroller@idreamz.net"
10   },
11   "source": {
12     "git": "https://github.com/yogin/APPagerController.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "APPagerController": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "UIKit"
28   ]