[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / e / TFY_TransitionsKit / 2.0.0 / TFY_TransitionsKit.podspec.json
blobe6a38bd20bd94ee5831c307777a1093200792a6b
2   "name": "TFY_TransitionsKit",
3   "version": "2.0.0",
4   "summary": "控制器转换动画",
5   "description": "控制器转换动画",
6   "homepage": "https://github.com/13662049573/TFY_Transitions",
7   "license": "MIT",
8   "authors": {
9     "田风有": "420144542@qq.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/13662049573/TFY_Transitions.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "TFY_Transitions/TFY_TransitionsKit/TFY_TransitionsKit.h",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Transition",
27       "dependencies": {
28         "TFY_TransitionsKit/Animator": [
30         ]
31       },
32       "source_files": "TFY_Transitions/TFY_TransitionsKit/Transition/**/*.{h,m}"
33     },
34     {
35       "name": "Config",
36       "source_files": "TFY_Transitions/TFY_TransitionsKit/Config/**/*.{h,m}"
37     },
38     {
39       "name": "Animator",
40       "dependencies": {
41         "TFY_TransitionsKit/Config": [
43         ]
44       },
45       "source_files": "TFY_Transitions/TFY_TransitionsKit/Animator/**/*.{h,m}"
46     }
47   ]