[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / 2 / a / IRCategoryCollection / 1.0.8 / IRCategoryCollection.podspec.json
blobacc4ca59553d2d93f7ff5adca78a56df829696dd
2   "name": "IRCategoryCollection",
3   "version": "1.0.8",
4   "summary": "IRCategoryCollection category 管理",
5   "description": "简单便捷的对category进行管理,方便多个项目的使用,避免多个项目使用的复制粘贴问题",
6   "homepage": "https://github.com/IrenaChou/IRCategoryCollection.git",
7   "license": "MIT",
8   "authors": {
9     "irenaChou": "znirena@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/IrenaChou/IRCategoryCollection.git",
16     "tag": "1.0.8"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "NSString",
26       "source_files": "IRCategoryC/NSString/*.{h,m}",
27       "public_header_files": "IRCategoryC/NSString/*.h"
28     },
29     {
30       "name": "UIButton",
31       "source_files": "IRCategoryC/UIButton/*.{h,m}",
32       "public_header_files": "IRCategoryC/UIButton/*.h"
33     },
34     {
35       "name": "UIImage",
36       "source_files": "IRCategoryC/UIImage/*.{h,m}",
37       "public_header_files": "IRCategoryC/UIImage/*.h"
38     },
39     {
40       "name": "UIView",
41       "source_files": "IRCategoryC/UIView/*.{h,m}",
42       "public_header_files": "IRCategoryC/UIView/*.h"
43     },
44     {
45       "name": "IRQuicklyCreated",
46       "source_files": "IRCategoryC/IRQuicklyCreated/*.{h,m}",
47       "public_header_files": "IRCategoryC/IRQuicklyCreated/*.h"
48     },
49     {
50       "name": "Other",
51       "source_files": "IRCategoryC/*.{h,m}",
52       "public_header_files": "IRCategoryC/*.h"
53     }
54   ]