[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / 3 / 2 / 7 / YJCategories / 0.0.1 / YJCategories.podspec.json
blob2db28005fabf6ed2bb90df30f0545b290ac263f1
2   "name": "YJCategories",
3   "version": "0.0.1",
4   "summary": "YJCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks",
5   "description": "YJCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation, UIKit, CoreData, QuartzCore, CoreLocation, MapKit Etc. Author's email:houmanager@Hotmail.com",
6   "homepage": "https://github.com/YJManager/YJCategories.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "houmanager": "houmanager@Hotmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "CoreData",
22     "QuartzCore",
23     "CoreLocation",
24     "MapKit"
25   ],
26   "libraries": "resolv.9",
27   "source": {
28     "git": "https://github.com/YJManager/YJCategories.git",
29     "tag": "0.0.1",
30     "submodules": true
31   },
32   "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/*.{h}",
33   "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/*.{h,m}",
34   "subspecs": [
35     {
36       "name": "UIKit",
37       "subspecs": [
38         {
39           "name": "UIApplication",
40           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIApplication/*.{h,m}",
41           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIApplication/*.{h}"
42         },
43         {
44           "name": "UIWindow",
45           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIWindow/*.{h,m}",
46           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIWindow/*.{h}"
47         },
48         {
49           "name": "UIViewController",
50           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIViewController/*.{h,m}",
51           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIViewController/*.{h}"
52         },
53         {
54           "name": "UIView",
55           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIView/*.{h,m}",
56           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIView/*.{h}"
57         },
58         {
59           "name": "UITableView",
60           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UITableView/*.{h,m}",
61           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UITableView/*.{h}"
62         },
63         {
64           "name": "UITableViewCell",
65           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UITableViewCell/*.{h,m}",
66           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UITableViewCell/*.{h}"
67         },
68         {
69           "name": "UILabel",
70           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UILabel/*.{h,m}",
71           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UILabel/*.{h}"
72         },
73         {
74           "name": "UIButton",
75           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIButton/*.{h,m}",
76           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIButton/*.{h}"
77         },
78         {
79           "name": "UIDevice",
80           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIDevice/*.{h,m}",
81           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/UIKit/UIDevice/*.{h}"
82         }
83       ]
84     },
85     {
86       "name": "Foundation",
87       "subspecs": [
88         {
89           "name": "NSString",
90           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSString/*.{h,m}",
91           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSString/*.{h}"
92         },
93         {
94           "name": "NSArray",
95           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSArray/*.{h,m}",
96           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSArray/*.{h}"
97         },
98         {
99           "name": "NSDictionary",
100           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSDictionary/*.{h,m}",
101           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSDictionary/*.{h}"
102         },
103         {
104           "name": "NSBundle",
105           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSBundle/*.{h,m}",
106           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSBundle/*.{h}"
107         },
108         {
109           "name": "NSData",
110           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSData/*.{h,m}",
111           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSData/*.{h}"
112         },
113         {
114           "name": "NSIndexPath",
115           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSIndexPath/*.{h,m}",
116           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSIndexPath/*.{h}"
117         },
118         {
119           "name": "NSNotificationCenter",
120           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSNotificationCenter/*.{h,m}",
121           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSNotificationCenter/*.{h}"
122         },
123         {
124           "name": "NSURL",
125           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSURL/*.{h,m}",
126           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSURL/*.{h}"
127         },
128         {
129           "name": "NSDate",
130           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSDate/*.{h,m}",
131           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSDate/*.{h}"
132         },
133         {
134           "name": "NSDateFormatter",
135           "source_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSDateFormatter/*.{h,m}",
136           "public_header_files": "YJCategoriesGather/YJCategoriesGather/YJCategories/Foundation/NSDateFormatter/*.{h}"
137         }
138       ]
139     }
140   ]