[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 7 / 5 / SICategory / 1.6.5 / SICategory.podspec.json
blob8004db81e3404c55506bfa16c680efd0e8865b76
2   "name": "SICategory",
3   "version": "1.6.5",
4   "summary": "iOS Category.",
5   "description": "A collection of iOS Category.",
6   "homepage": "https://github.com/silence0201/iOS-Category",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Silence": "374619540@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/silence0201/iOS-Category.git",
19     "tag": "1.6.5"
20   },
21   "public_header_files": "Classes/SICategory.h",
22   "source_files": "Classes/SICategory.h",
23   "requires_arc": true,
24   "frameworks": "StoreKit",
25   "subspecs": [
26     {
27       "name": "SIUIKit",
28       "source_files": "Classes/UIKit/**/*.{h,m}",
29       "public_header_files": "Classes/UIKit/**/*.{h}"
30     },
31     {
32       "name": "SIFoundation",
33       "source_files": "Classes/Foundation/**/*.{h,m}",
34       "public_header_files": "Classes/Foundation/**/*.{h}"
35     },
36     {
37       "name": "SIMacros",
38       "source_files": "Classes/Macros/**/*.{h,m}",
39       "public_header_files": "Classes/Macros/**/*.{h}"
40     },
41     {
42       "name": "EXTObj",
43       "source_files": "Classes/EXTObj/**/*.{h,m}",
44       "public_header_files": "Classes/EXTObj/**/*.{h}"
45     },
46     {
47       "name": "Manager",
48       "source_files": "Classes/Manager/**/*.{h,m}",
49       "public_header_files": "Classes/Manager/**/*.{h}"
50     }
51   ]