[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / 0 / AXViewControllers / 0.0.1 / AXViewControllers.podspec.json
blob8709aa8f3010bf0c65283f893fe87ba3af02c620
2   "name": "AXViewControllers",
3   "version": "0.0.1",
4   "summary": "A basic view controler manager kits.",
5   "description": "A basic view controler manager using on iOS platform.",
6   "homepage": "https://github.com/devedbox/AXViewControllers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aiXing": "862099730@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/devedbox/AXViewControllers.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "AXViewControllers/ViewControllers/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "FDFullscreenPopGesture": [
30     ],
31     "IQKeyboardManager": [
33     ],
34     "MJRefresh": [
36     ]
37   }