[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / c / 5 / AXViewControllerTransitioning / 1.1.1 / AXViewControllerTransitioning.podspec.json
blobd7c16074be18970c72f1fbe1c76afba1c9dbb57a
2   "name": "AXViewControllerTransitioning",
3   "version": "1.1.1",
4   "summary": "A short description of AXViewControllerTransitioning.",
5   "description": "类似UIAlertViewController 效果,封装成viewController",
6   "homepage": "https://github.com/axinger/axinger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "axinger": "liu_weixing@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/axinger/AXViewControllerTransitioning.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "AXViewControllerTransitioning/AXViewControllerTransitioning.h",
22   "dependencies": {
23     "ReactiveObjC": [
24       "~> 3.0.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "AXViewControllerTransitioning/Classes/*.{h,m}"
31     }
32   ]