[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / b / SLQCategories / 1.0.7 / SLQCategories.podspec.json
blob9855fccc47e3f32dfe03615d225d7e92f59a200d
2   "name": "SLQCategories",
3   "version": "1.0.7",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/slq0378",
9   "authors": {
10     "MrSong": "slq0378@163.com"
11   },
12   "summary": "iOS分类集合,各种简单易用分类",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/slq0378/SLQCategories.git",
18     "tag": "1.0.7"
19   },
20   "source_files": "SLQCategories/Categories/*.{h,m}",
21   "frameworks": "AVFoundation",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "UIImage",
26       "source_files": "SLQCategories/Categories/UIImage/*.{h,m}"
27     },
28     {
29       "name": "UIButton",
30       "source_files": "SLQCategories/Categories/UIButton/*.{h,m}"
31     },
32     {
33       "name": "UIControl",
34       "source_files": "SLQCategories/Categories/UIControl/*.{h,m}"
35     },
36     {
37       "name": "UIDevice",
38       "source_files": "SLQCategories/Categories/UIDevice/*.{h,m}"
39     },
40     {
41       "name": "UIColor",
42       "source_files": "SLQCategories/Categories/UIColor/*.{h,m}"
43     },
44     {
45       "name": "UIBezierPath",
46       "source_files": "SLQCategories/Categories/UIBezierPath/*.{h,m}"
47     },
48     {
49       "name": "UIAlertView",
50       "source_files": "SLQCategories/Categories/UIAlertView/*.{h,m}"
51     },
52     {
53       "name": "UIApplication",
54       "source_files": "SLQCategories/Categories/UIApplication/*.{h,m}"
55     },
56     {
57       "name": "UIView",
58       "source_files": "SLQCategories/Categories/UIView/*.{h,m}"
59     },
60     {
61       "name": "UITextField",
62       "source_files": "SLQCategories/Categories/UITextField/*.{h,m}"
63     },
64     {
65       "name": "UITextView",
66       "source_files": "SLQCategories/Categories/UITextView/*.{h,m}"
67     },
68     {
69       "name": "NSString",
70       "source_files": "SLQCategories/Categories/NSString/*.{h,m}"
71     },
72     {
73       "name": "NSDate",
74       "source_files": "SLQCategories/Categories/NSDate/*.{h,m}"
75     }
76   ]