[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 1 / 8 / b / RZUtils / 2.5.0 / RZUtils.podspec.json
blob3e0b3cf89c423f10856b26c5fcae95dfe34075ae
2   "name": "RZUtils",
3   "version": "2.5.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\n                   that are used by the Raizlabs development team in multiple applications. This library\n                   will continue to grow as components are added, edited, deprecated and removed.\n                   \n                   See the README for more details on the individual components.\n",
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": "7.0"
22   },
23   "source": {
24     "git": "https://github.com/Raizlabs/RZUtils.git",
25     "tag": "2.5.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": "RZAnimatedCountingLabel",
97           "source_files": "RZUtils/Components/RZAnimatedCountingLabel/*.{h,m}",
98           "frameworks": "QuartzCore"
99         },
100         {
101           "name": "RZAnimatedImageView",
102           "source_files": "RZUtils/Components/RZAnimatedImageView/*.{h,m}",
103           "frameworks": "QuartzCore"
104         },
105         {
106           "name": "RZButtonView",
107           "source_files": "RZUtils/Components/RZButtonView/*.{h,m}"
108         },
109         {
110           "name": "RZCollectionTableView",
111           "source_files": "RZUtils/Components/RZCollectionTableView/*.{h,m}",
112           "private_header_files": "RZUtils/Components/RZCollectionTableView/*Private.h"
113         },
114         {
115           "name": "RZCollectionViewAnimationAssistant",
116           "source_files": "RZUtils/Components/RZCollectionViewAnimationAssistant/*.{h,m}"
117         },
118         {
119           "name": "RZDelayedOperation",
120           "source_files": "RZUtils/Components/RZDelayedOperation/*.{h,m}"
121         },
122         {
123           "name": "RZLocationService",
124           "source_files": "RZUtils/Components/RZLocationService/*.{h,m}",
125           "frameworks": "CoreLocation"
126         },
127         {
128           "name": "RZProgressView",
129           "source_files": "RZUtils/Components/RZProgressView/*.{h,m}"
130         },
131         {
132           "name": "RZRevealViewController",
133           "source_files": "RZUtils/Components/RZRevealViewController/*.{h,m}"
134         },
135         {
136           "name": "RZSegmentedViewController",
137           "source_files": "RZUtils/Components/RZSegmentedViewController/*.{h,m}"
138         },
139         {
140           "name": "RZSingleChildContainerViewController",
141           "source_files": "RZUtils/Components/RZSingleChildContainerViewController/*.{h,m}"
142         },
143         {
144           "name": "RZSplitViewController",
145           "source_files": "RZUtils/Components/RZSplitViewController/*.{h,m}"
146         },
147         {
148           "name": "RZTelprompt",
149           "source_files": "RZUtils/Components/RZTelprompt/*.{h,m}"
150         },
151         {
152           "name": "RZViewFactory",
153           "source_files": "RZUtils/Components/RZViewFactory/*.{h,m}"
154         },
155         {
156           "name": "RZWebViewController",
157           "source_files": "RZUtils/Components/RZWebViewController/*.{h,m}"
158         }
159       ]
160     },
161     {
162       "name": "TestUtilities",
163       "subspecs": [
164         {
165           "name": "RZWaiter",
166           "source_files": "RZUtils/Test Utilities/RZWaiter/*.{h,m}"
167         }
168       ]
169     },
170     {
171       "name": "Utilities",
172       "subspecs": [
173         {
174           "name": "RZCommonUtils",
175           "source_files": "RZUtils/Utility/RZCommonUtils/*.{h,m}"
176         },
177         {
178           "name": "RZDispatch",
179           "source_files": "RZUtils/Utility/RZDispatch/*.{h,m}"
180         }
181       ]
182     },
183     {
184       "name": "All",
185       "dependencies": {
186         "RZUtils/Categories": [
188         ],
189         "RZUtils/Components": [
191         ],
192         "RZUtils/Utilities": [
194         ]
195       }
196     }
197   ]