[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 1 / 2 / Saiha / 0.1.20 / Saiha.podspec.json
blobdc3aa517336bc7bc74505a4cb9ca8d4a6ebb13aa
2   "name": "Saiha",
3   "version": "0.1.20",
4   "summary": "My iOS universal code.",
5   "homepage": "https://github.com/Otsuha/Saiha.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "otsuha": "grass.ichika@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Otsuha/Saiha.git",
15     "tag": "0.1.20"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "prefix_header_contents": "#import <Saiha/Saiha-Swift.h>",
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "SHFoundation",
26       "source_files": "Saiha/Classes/SHFoundation/**/*",
27       "frameworks": "Foundation"
28     },
29     {
30       "name": "SHCommon",
31       "source_files": "Saiha/Classes/SHCommon/**/*",
32       "frameworks": "Foundation",
33       "dependencies": {
34         "Saiha/SHFoundation": [
36         ]
37       }
38     },
39     {
40       "name": "SHUIKit",
41       "source_files": "Saiha/Classes/SHUIKit/**/*",
42       "frameworks": [
43         "Foundation",
44         "UIKit"
45       ],
46       "dependencies": {
47         "Saiha/SHFoundation": [
49         ],
50         "Saiha/SHCommon": [
52         ],
53         "SDWebImage": [
55         ],
56         "SnapKit": [
58         ]
59       }
60     },
61     {
62       "name": "SHView",
63       "source_files": "Saiha/Classes/SHView/*",
64       "frameworks": [
65         "Foundation",
66         "UIKit"
67       ],
68       "dependencies": {
69         "Saiha/SHFoundation": [
71         ],
72         "Saiha/SHCommon": [
74         ],
75         "Saiha/SHUIKit": [
77         ],
78         "SDWebImage": [
80         ],
81         "SnapKit": [
83         ]
84       }
85     },
86     {
87       "name": "SHContentSheet",
88       "source_files": "Saiha/Classes/SHContentSheet/*",
89       "frameworks": [
90         "Foundation",
91         "UIKit"
92       ],
93       "dependencies": {
94         "Saiha/SHFoundation": [
96         ],
97         "Saiha/SHCommon": [
99         ],
100         "Saiha/SHUIKit": [
102         ],
103         "SnapKit": [
105         ],
106         "SDWebImage": [
108         ]
109       }
110     },
111     {
112       "name": "SHAlertView",
113       "source_files": "Saiha/Classes/SHAlertView/*",
114       "frameworks": [
115         "Foundation",
116         "UIKit"
117       ],
118       "dependencies": {
119         "Saiha/SHFoundation": [
121         ],
122         "Saiha/SHCommon": [
124         ],
125         "Saiha/SHUIKit": [
127         ],
128         "SnapKit": [
130         ],
131         "SDWebImage": [
133         ]
134       }
135     },
136     {
137       "name": "Resources",
138       "resource_bundles": {
139         "Saiha": [
140           "Saiha/Assets/*.xcassets"
141         ]
142       }
143     }
144   ],
145   "swift_version": "5.0"