[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 7 / 5 / SICategory / 1.4 / SICategory.podspec.json
blob05a12dae003cd5077f309574f27ed4b7d90065d6
2   "name": "SICategory",
3   "version": "1.4",
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.4"
20   },
21   "public_header_files": "Classes/SICategory.h",
22   "source_files": "Classes/SICategory.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "SIUIKit",
27       "source_files": "Classes/UIKit/**/*.{h,m}",
28       "public_header_files": "Classes/UIKit/**/*.{h}"
29     },
30     {
31       "name": "SIFoundation",
32       "source_files": "Classes/Foundation/**/*.{h,m}",
33       "public_header_files": "Classes/Foundation/**/*.{h}"
34     }
35   ]