[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / 5 / AXViewControllerTransitioning / 1.0.0 / AXViewControllerTransitioning.podspec.json
blob07b7f93e0171319de488cb7569127e2b5dc65c95
2   "name": "AXViewControllerTransitioning",
3   "version": "1.0.0",
4   "summary": "A short description of AXViewControllerTransitioning.",
5   "description": "类似UIAlertViewController 效果,封装成viewController",
6   "homepage": "https://github.com/axinger/AXViewControllerTransitioning",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "axinger": "axinger@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/axinger/AXViewControllerTransitioning.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AXViewControllerTransitioning/Classes/**/*",
22   "dependencies": {
23     "ReactiveObjC": [
24       "~> 3.0.0"
25     ]
26   }