[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / b / 3 / 9 / AMDrawerController / 4.2.4 / AMDrawerController.podspec.json
blobbf91a028ce668314c1af8349465883aa8ac1899f
2   "name": "AMDrawerController",
3   "version": "4.2.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/Anumothu/DrawerController",
9   "authors": {
10     "Sascha Schwabbauer": "sascha@evolved.io",
11     "Malte Baumann": "malte@codingdivision.com",
12     "Alen": "alenbala11@gmail.com"
13   },
14   "summary": "A lightweight, easy-to-use side drawer navigation controller (Swift port of MMDrawerController).",
15   "social_media_url": "http://twitter.com/_saschas",
16   "source": {
17     "git": "https://github.com/Anumothu/DrawerController.git",
18     "tag": "4.2.4"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "9.0"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "DrawerController/DrawerController.swift",
29         "DrawerController/DrawerSegue.swift"
30       ],
31       "frameworks": "QuartzCore"
32     },
33     {
34       "name": "DrawerVisualStates",
35       "source_files": [
36         "DrawerController/DrawerBarButtonItem.swift",
37         "DrawerController/AnimatedMenuButton.swift",
38         "DrawerController/DrawerVisualState.swift"
39       ],
40       "dependencies": {
41         "AMDrawerController/Core": [
43         ]
44       }
45     }
46   ]