[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 1 / 7 / APPagerController / 1.0.5 / APPagerController.podspec.json
blobce200cf70bcc464b48bdb8abbed0a4aec6f3b609
2   "name": "APPagerController",
3   "version": "1.0.5",
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.5"
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   ]