[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / c / a / TLTransitions / 1.3.6 / TLTransitions.podspec.json
blob4361bd044aba42283b3ac979f98531a11a7efa2e
2   "name": "TLTransitions",
3   "version": "1.3.6",
4   "license": "MIT",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "summary": "Fast implement transitions for view or viewController",
9   "homepage": "https://github.com/LoongerTao/TLTransitions",
10   "authors": {
11     "LoongerTao": "495285195@qq.com"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/LoongerTao/TLTransitions.git",
16     "tag": "1.3.6"
17   },
18   "public_header_files": "TLTransitions/TLTransitions.h",
19   "source_files": "TLTransitions/TLTransitions.h",
20   "subspecs": [
21     {
22       "name": "Config",
23       "source_files": "TLTransitions/Config/*.{h,m}",
24       "ios": {
25         "frameworks": "UIKit"
26       }
27     },
28     {
29       "name": "TransitionView",
30       "source_files": "TLTransitions/TransitionView/*.{h,m}",
31       "dependencies": {
32         "TLTransitions/Config": [
34         ]
35       }
36     },
37     {
38       "name": "TransitionController",
39       "source_files": "TLTransitions/TransitionController/*.{h,m}",
40       "dependencies": {
41         "TLTransitions/Config": [
43         ]
44       },
45       "subspecs": [
46         {
47           "name": "Animator",
48           "source_files": "TLTransitions/TransitionController/Animator/*.{h,m}",
49           "dependencies": {
50             "TLTransitions/Config": [
52             ]
53           }
54         }
55       ]
56     }
57   ]