[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 5 / AXViewControllerTransitioning / 1.1.4 / AXViewControllerTransitioning.podspec.json
bloba54770668037b08fc0ae806dbe665de48ee96316
2   "name": "AXViewControllerTransitioning",
3   "version": "1.1.4",
4   "summary": "axinger iOS开发",
5   "description": "类似UIAlertViewController 效果,封装成viewController",
6   "homepage": "https://www.jianshu.com/u/332ecb51d41b",
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.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "prefix_header_contents": "#define HHHH @\"测试代码\"",
22   "public_header_files": "AXViewControllerTransitioning/AXViewControllerTransitioning.h",
23   "source_files": "AXViewControllerTransitioning/*.h",
24   "dependencies": {
25     "ReactiveObjC": [
26       ">= 3.0.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "AXViewControllerTransitioning/Core/*.{h,m}"
33     },
34     {
35       "name": "Component",
36       "dependencies": {
37         "AXViewControllerTransitioning/Core": [
39         ]
40       },
41       "source_files": "AXViewControllerTransitioning/Component/*.{h,m}"
42     }
43   ]