[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / 3 / 7 / 5 / SICategory / 1.5 / SICategory.podspec.json
blob4d313c4d2d8e94544f94b7309d0b0c145bcc3fc4
2   "name": "SICategory",
3   "version": "1.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.5"
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     {
36       "name": "SIMacros",
37       "source_files": "Classes/Macros/**/*.{h,m}",
38       "public_header_files": "Classes/Macros/**/*.{h}"
39     }
40   ]