[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / d / 3 / b / WWCategory / 0.8.6 / WWCategory.podspec.json
blobf54c9014c0739b7922db6b3e27886d7518f6faa9
2   "name": "WWCategory",
3   "version": "0.8.6",
4   "summary": "The iOS development simple and useful category.",
5   "homepage": "https://github.com/wonwoooochoi/WWCategory.git",
6   "license": "MIT",
7   "authors": {
8     "Won Woo Choi": "wonwoooochoi@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/wonwoooochoi/WWCategory.git"
12   },
13   "public_header_files": "Category/WWCategory.h",
14   "source_files": "Category/WWCategory.h",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "subspecs": [
20     {
21       "name": "Foundation",
22       "source_files": "Category/Foundation/FoundationCategory.h",
23       "ios": {
24         "frameworks": "Foundation"
25       },
26       "subspecs": [
27         {
28           "name": "NSArray",
29           "source_files": [
30             "Category/Foundation/NSArray/*.{h,m}",
31             "Category/Foundation/NSObject/NSObject+PrintUicode.{h,m}"
32           ]
33         },
34         {
35           "name": "NSData",
36           "source_files": [
37             "Category/Foundation/NSData/*.{h,m}",
38             "Category/Foundation/NSString/NSString+JSON.{h,m}"
39           ],
40           "ios": {
41             "frameworks": "Security"
42           }
43         },
44         {
45           "name": "NSDictionary",
46           "source_files": [
47             "Category/Foundation/NSDictionary/*.{h,m}",
48             "Category/Foundation/NSObject/NSObject+PrintUicode.{h,m}"
49           ]
50         },
51         {
52           "name": "NSFileManager",
53           "source_files": "Category/Foundation/NSFileManager/*.{h,m}"
54         },
55         {
56           "name": "NSNotificationCenter",
57           "source_files": "Category/Foundation/NSNotificationCenter/*.{h,m}"
58         },
59         {
60           "name": "NSObject",
61           "source_files": "Category/Foundation/NSObject/*.{h,m}"
62         },
63         {
64           "name": "NSSet",
65           "source_files": [
66             "Category/Foundation/NSSet/*.{h,m}",
67             "Category/Foundation/NSObject/NSObject+PrintUicode.{h,m}"
68           ]
69         },
70         {
71           "name": "NSString",
72           "source_files": [
73             "Category/Foundation/NSString/*.{h,m}",
74             "Category/Foundation/NSData/NSData+AES.{h,m}"
75           ],
76           "ios": {
77             "frameworks": "Security"
78           }
79         }
80       ]
81     },
82     {
83       "name": "UIKit",
84       "source_files": "Category/UIKit/UIKitCategory.h",
85       "ios": {
86         "frameworks": [
87           "Foundation",
88           "UIKit"
89         ]
90       },
91       "subspecs": [
92         {
93           "name": "UIApplication",
94           "source_files": "Category/UIKit/UIApplication/*.{h,m}"
95         },
96         {
97           "name": "UIBarButtonItem",
98           "source_files": "Category/UIKit/UIBarButtonItem/*.{h,m}"
99         },
100         {
101           "name": "UIBezierPath",
102           "source_files": "Category/UIKit/UIBezierPath/*.{h,m}"
103         },
104         {
105           "name": "UIButton",
106           "source_files": "Category/UIKit/UIButton/*.{h,m}"
107         },
108         {
109           "name": "UICollectionView",
110           "source_files": "Category/UIKit/UICollectionView/*.{h,m}"
111         },
112         {
113           "name": "UIColor",
114           "source_files": "Category/UIKit/UIColor/*.{h,m}"
115         },
116         {
117           "name": "UIImage",
118           "source_files": "Category/UIKit/UIImage/*.{h,m}",
119           "ios": {
120             "frameworks": "AssetsLibrary"
121           }
122         },
123         {
124           "name": "UIImageView",
125           "source_files": [
126             "Category/UIKit/UIImageView/*.{h,m}",
127             "Category/UIKit/UIImage/UIImage+CreateImage.{h,m}"
128           ]
129         },
130         {
131           "name": "UIScreen",
132           "source_files": "Category/UIKit/UIScreen/*.{h,m}"
133         },
134         {
135           "name": "UIStoryboard",
136           "source_files": "Category/UIKit/UIStoryboard/*.{h,m}"
137         },
138         {
139           "name": "UITableView",
140           "source_files": "Category/UIKit/UITableView/*.{h,m}"
141         },
142         {
143           "name": "UITextField",
144           "source_files": "Category/UIKit/UITextField/*.{h,m}"
145         },
146         {
147           "name": "UIView",
148           "source_files": "Category/UIKit/UIView/*.{h,m}"
149         },
150         {
151           "name": "UIViewController",
152           "source_files": "Category/UIKit/UIViewController/*.{h,m}"
153         }
154       ]
155     },
156     {
157       "name": "CoreGraphics",
158       "source_files": "Category/CoreGraphics/*.{h,m}",
159       "ios": {
160         "frameworks": "CoreGraphics"
161       }
162     }
163   ]