[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 5 / 4 / RFDelegateChain / 2.1.0 / RFDelegateChain.podspec.json
blob6664bf79b05ceeb1847ed20f0a6cbba6b103544d
2   "name": "RFDelegateChain",
3   "version": "2.1.0",
4   "summary": "DelegateChain allows the implementation of delegation to be distributed across multiple objects.",
5   "homepage": "https://github.com/RFUI/RFDelegateChain",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "BB9z": "BB9z@me.com"
11   },
12   "source": {
13     "git": "https://github.com/RFUI/RFDelegateChain.git",
14     "tag": "2.1.0"
15   },
16   "platforms": {
17     "osx": "10.8",
18     "ios": "9.0",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Chain",
26       "dependencies": {
27         "RFKit/Runtime": [
28           ">=1.7.1"
29         ],
30         "RFInitializing": [
31           ">=1.1"
32         ]
33       },
34       "source_files": "Sources/RFDelegateChain/*.{h,m}",
35       "public_header_files": "Sources/RFDelegateChain/*.h"
36     },
37     {
38       "name": "UICollectionViewDataSource",
39       "platforms": {
40         "ios": "9.0",
41         "tvos": "9.0"
42       },
43       "dependencies": {
44         "RFDelegateChain/Chain": [
46         ]
47       },
48       "source_files": "Sources/UIKit/UICollectionViewDataSourceChain.{h,m}",
49       "public_header_files": "Sources/UIKit/UICollectionViewDataSourceChain.h"
50     },
51     {
52       "name": "UICollectionViewDelegate",
53       "platforms": {
54         "ios": "9.0",
55         "tvos": "9.0"
56       },
57       "dependencies": {
58         "RFDelegateChain/UIScrollViewDelegate": [
60         ]
61       },
62       "source_files": "Sources/UIKit/UICollectionViewDelegateChain.{h,m}",
63       "public_header_files": "Sources/UIKit/UICollectionViewDelegateChain.h"
64     },
65     {
66       "name": "UICollectionViewDelegateFlowLayout",
67       "platforms": {
68         "ios": "9.0",
69         "tvos": "9.0"
70       },
71       "dependencies": {
72         "RFDelegateChain/UICollectionViewDelegate": [
74         ]
75       },
76       "source_files": "Sources/UIKit/UICollectionViewDelegateFlowLayoutChain.{h,m}",
77       "public_header_files": "Sources/UIKit/UICollectionViewDelegateFlowLayoutChain.h"
78     },
79     {
80       "name": "UIScrollViewDelegate",
81       "platforms": {
82         "ios": "9.0",
83         "tvos": "9.0"
84       },
85       "dependencies": {
86         "RFDelegateChain/Chain": [
88         ]
89       },
90       "source_files": "Sources/UIKit/UIScrollViewDelegateChain.{h,m}",
91       "public_header_files": "Sources/UIKit/UIScrollViewDelegateChain.h"
92     },
93     {
94       "name": "UISearchBarDelegate",
95       "platforms": {
96         "ios": "9.0"
97       },
98       "dependencies": {
99         "RFDelegateChain/Chain": [
101         ]
102       },
103       "source_files": "Sources/UIKit/UISearchBarDelegateChain.{h,m}",
104       "public_header_files": "Sources/UIKit/UISearchBarDelegateChain.h"
105     },
106     {
107       "name": "UITextFieldDelegate",
108       "platforms": {
109         "ios": "9.0",
110         "tvos": "9.0"
111       },
112       "dependencies": {
113         "RFDelegateChain/Chain": [
115         ]
116       },
117       "source_files": "Sources/UIKit/UITextFiledDelegateChain.{h,m}",
118       "public_header_files": "Sources/UIKit/UITextFiledDelegateChain.h"
119     },
120     {
121       "name": "UITextViewDelegate",
122       "platforms": {
123         "ios": "9.0",
124         "tvos": "9.0"
125       },
126       "dependencies": {
127         "RFDelegateChain/Chain": [
129         ]
130       },
131       "source_files": "Sources/UIKit/UITextViewDelegateChain.{h,m}",
132       "public_header_files": "Sources/UIKit/UITextViewDelegateChain.h"
133     }
134   ]