[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / c / 1 / 2 / YLTransition / 1.1.0 / YLTransition.podspec.json
blob03bd527dde3b29e1f0c36a8eef4b5e107131427d
2   "name": "YLTransition",
3   "version": "1.1.0",
4   "summary": "自定义转场动画",
5   "description": "几行条码即可添加自定义转场动画",
6   "homepage": "https://github.com/Tapeju/YLTransition.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Destiny": "673795524@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Tapeju/YLTransition.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "YLTransition/*.{h,m}",
22   "subspecs": [
23     {
24       "name": "Animator",
25       "source_files": "YLTransition/Animator/*.{h,m}"
26     },
27     {
28       "name": "Categories",
29       "source_files": "YLTransition/Categories/*.{h,m}"
30     },
31     {
32       "name": "GestureRecognizer",
33       "source_files": "YLTransition/GestureRecognizer/*.{h,m}"
34     },
35     {
36       "name": "Interactive",
37       "source_files": "YLTransition/Interactive/*.{h,m}",
38       "dependencies": {
39         "YLTransition/GestureRecognizer": [
41         ],
42         "YLTransition/Animator": [
44         ]
45       }
46     },
47     {
48       "name": "ModalTransition",
49       "source_files": "YLTransition/ModalTransition/*.{h,m}",
50       "dependencies": {
51         "YLTransition/GestureRecognizer": [
53         ],
54         "YLTransition/Interactive": [
56         ],
57         "YLTransition/Categories": [
59         ],
60         "YLTransition/Animator": [
62         ]
63       }
64     }
65   ]