[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 1 / 7 / APPagerController / 1.0.4 / APPagerController.podspec.json
blob284867c0d8d93053a83fbdb76baa9d17ad70b675
2   "name": "APPagerController",
3   "version": "1.0.4",
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.4"
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   ]