[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / 8 / b / RZUtils / 2.7.0 / RZUtils.podspec.json
blob25c53c0277603b4fdf77b09e50556c8e5d8074b4
2   "name": "RZUtils",
3   "version": "2.7.0",
4   "summary": "Commonly used iOS categories and components from the Raizlabs development team",
5   "description": "RZUtils is a collection of categories and smaller components for iOS development\nthat are used by the Raizlabs development team in multiple applications. This library\nwill continue to grow as components are added, edited, deprecated and removed.\n\nSee the README for more details on the individual components.",
6   "homepage": "https://github.com/Raizlabs/RZUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stephen Barnes": "stephen.barnes@raizlabs.com",
13     "Nick Bonatsakis": "nick.bonatsakis@raizlabs.com",
14     "Nick Donaldson": "nick.donaldson@raizlabs.com",
15     "Zev Eisenberg": "zev.eisenberg@raizlabs.com",
16     "Andrew McKnight": "andrew.mcknight@raizlabs.com",
17     "Alex Rouse": "alex.rouse@raizlabs.com"
18   },
19   "social_media_url": "http://twitter.com/raizlabs",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source": {
24     "git": "https://github.com/Raizlabs/RZUtils.git",
25     "tag": "2.7.0"
26   },
27   "requires_arc": true,
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ],
32   "default_subspecs": "All",
33   "subspecs": [
34     {
35       "name": "Categories",
36       "subspecs": [
37         {
38           "name": "CoreAnimation",
39           "source_files": "RZUtils/Categories/CoreAnimation/*.{h,m}",
40           "frameworks": "QuartzCore"
41         },
42         {
43           "name": "KVO",
44           "source_files": "RZUtils/Categories/KVO/*.{h,m}"
45         },
46         {
47           "name": "NSDate",
48           "source_files": "RZUtils/Categories/NSDate/*.{h,m}"
49         },
50         {
51           "name": "NSDictionary",
52           "source_files": "RZUtils/Categories/NSDictionary/*.{h,m}"
53         },
54         {
55           "name": "NSString",
56           "source_files": "RZUtils/Categories/NSString/*.{h,m}"
57         },
58         {
59           "name": "NSUndoManager",
60           "source_files": "RZUtils/Categories/NSUndoManager/*.{h,m}"
61         },
62         {
63           "name": "UIAlertView",
64           "source_files": "RZUtils/Categories/UIAlertView/*.{h,m}"
65         },
66         {
67           "name": "UIColor",
68           "source_files": "RZUtils/Categories/UIColor/*.{h,m}"
69         },
70         {
71           "name": "UIFont",
72           "source_files": "RZUtils/Categories/UIFont/*.{h,m}"
73         },
74         {
75           "name": "UIImage",
76           "source_files": "RZUtils/Categories/UIImage/*.{h,m}"
77         },
78         {
79           "name": "UIImageView",
80           "source_files": "RZUtils/Categories/UIImageView/*.{h,m}"
81         },
82         {
83           "name": "UIView",
84           "source_files": "RZUtils/Categories/UIView/*.{h,m}"
85         },
86         {
87           "name": "UIViewController",
88           "source_files": "RZUtils/Categories/UIViewController/*.{h,m}"
89         }
90       ]
91     },
92     {
93       "name": "Components",
94       "subspecs": [
95         {
96           "name": "RZAbout",
97           "source_files": "RZUtils/Components/RZAbout/*.{h,m}",
98           "resources": "RZUtils/Resources/RZAbout/*.png"
99         },
100         {
101           "name": "RZAnimatedCountingLabel",
102           "source_files": "RZUtils/Components/RZAnimatedCountingLabel/*.{h,m}",
103           "frameworks": "QuartzCore"
104         },
105         {
106           "name": "RZAnimatedImageView",
107           "source_files": "RZUtils/Components/RZAnimatedImageView/*.{h,m}",
108           "frameworks": "QuartzCore"
109         },
110         {
111           "name": "RZButtonView",
112           "source_files": "RZUtils/Components/RZButtonView/*.{h,m}"
113         },
114         {
115           "name": "RZCollectionTableView",
116           "source_files": "RZUtils/Components/RZCollectionTableView/*.{h,m}",
117           "private_header_files": "RZUtils/Components/RZCollectionTableView/*Private.h"
118         },
119         {
120           "name": "RZCollectionViewAnimationAssistant",
121           "source_files": "RZUtils/Components/RZCollectionViewAnimationAssistant/*.{h,m}"
122         },
123         {
124           "name": "RZDelayedOperation",
125           "source_files": "RZUtils/Components/RZDelayedOperation/*.{h,m}"
126         },
127         {
128           "name": "RZLocationService",
129           "source_files": "RZUtils/Components/RZLocationService/*.{h,m}",
130           "frameworks": "CoreLocation"
131         },
132         {
133           "name": "RZProgressView",
134           "source_files": "RZUtils/Components/RZProgressView/*.{h,m}"
135         },
136         {
137           "name": "RZRevealViewController",
138           "source_files": "RZUtils/Components/RZRevealViewController/*.{h,m}"
139         },
140         {
141           "name": "RZSegmentedViewController",
142           "source_files": "RZUtils/Components/RZSegmentedViewController/*.{h,m}"
143         },
144         {
145           "name": "RZSingleChildContainerViewController",
146           "source_files": "RZUtils/Components/RZSingleChildContainerViewController/*.{h,m}"
147         },
148         {
149           "name": "RZSplitViewController",
150           "source_files": "RZUtils/Components/RZSplitViewController/*.{h,m}"
151         },
152         {
153           "name": "RZTelprompt",
154           "source_files": "RZUtils/Components/RZTelprompt/*.{h,m}"
155         },
156         {
157           "name": "RZViewFactory",
158           "source_files": "RZUtils/Components/RZViewFactory/*.{h,m}"
159         },
160         {
161           "name": "RZWebViewController",
162           "source_files": "RZUtils/Components/RZWebViewController/*.{h,m}"
163         }
164       ]
165     },
166     {
167       "name": "TestUtilities",
168       "subspecs": [
169         {
170           "name": "RZWaiter",
171           "source_files": "RZUtils/Test Utilities/RZWaiter/*.{h,m}"
172         }
173       ]
174     },
175     {
176       "name": "Utilities",
177       "subspecs": [
178         {
179           "name": "RZCommonUtils",
180           "source_files": "RZUtils/Utility/RZCommonUtils/*.{h,m}"
181         },
182         {
183           "name": "RZDispatch",
184           "source_files": "RZUtils/Utility/RZDispatch/*.{h,m}"
185         }
186       ]
187     },
188     {
189       "name": "All",
190       "dependencies": {
191         "RZUtils/Categories": [
193         ],
194         "RZUtils/Components": [
196         ],
197         "RZUtils/Utilities": [
199         ]
200       }
201     }
202   ]