[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / b / SLQCategories / 1.0.6 / SLQCategories.podspec.json
blobf9df65027901881a619f01ffcd75ca99939cf234
2   "name": "SLQCategories",
3   "version": "1.0.6",
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.6"
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   ]