[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 1 / 7 / APPagerController / 1.0.1 / APPagerController.podspec.json
blobf88290ac0c7967d8699f5f1fe612a0601c0e3d73
2   "name": "APPagerController",
3   "version": "1.0.1",
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.1"
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   ]