[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 3 / b / WWCategory / 0.8.2 / WWCategory.podspec.json
blob18d162e9dfea6d7e0ee6d05e43963de2282c3846
2   "name": "WWCategory",
3   "version": "0.8.2",
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": "UIBezierPath",
98           "source_files": "Category/UIKit/UIBezierPath/*.{h,m}"
99         },
100         {
101           "name": "UIColor",
102           "source_files": "Category/UIKit/UIColor/*.{h,m}"
103         },
104         {
105           "name": "UIImage",
106           "source_files": "Category/UIKit/UIImage/*.{h,m}",
107           "ios": {
108             "frameworks": "AssetsLibrary"
109           }
110         },
111         {
112           "name": "UIImageView",
113           "source_files": [
114             "Category/UIKit/UIImageView/*.{h,m}",
115             "Category/UIKit/UIImage/UIImage+CreateImage.{h,m}"
116           ]
117         },
118         {
119           "name": "UIScreen",
120           "source_files": "Category/UIKit/UIScreen/*.{h,m}"
121         },
122         {
123           "name": "UIStoryboard",
124           "source_files": "Category/UIKit/UIStoryboard/*.{h,m}"
125         },
126         {
127           "name": "UITextField",
128           "source_files": "Category/UIKit/UITextField/*.{h,m}"
129         },
130         {
131           "name": "UIView",
132           "source_files": "Category/UIKit/UIView/*.{h,m}"
133         }
134       ]
135     },
136     {
137       "name": "CoreGraphics",
138       "source_files": "Category/CoreGraphics/*.{h,m}",
139       "ios": {
140         "frameworks": "CoreGraphics"
141       }
142     }
143   ]