[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 6 / e / XKBaseAlert / 1.0.15 / XKBaseAlert.podspec.json
blob4cf9c69c7ed916280f8d0f7516b6837cd8f3b95a
2   "name": "XKBaseAlert",
3   "version": "1.0.15",
4   "summary": "XKBaseAlert Swift Edition.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/kunhum/XKBaseAlert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kunhum": "kunhum@163.com"
13   },
14   "source": {
15     "git": "https://github.com/kunhum/XKBaseAlert.git",
16     "tag": "1.0.15"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "Basic",
24       "source_files": "XKBaseAlert/Classes/Basic/**/*"
25     },
26     {
27       "name": "Common",
28       "source_files": "XKBaseAlert/Classes/Common/**/*",
29       "dependencies": {
30         "XKExtensions": [
32         ],
33         "SnapKit": [
35         ],
36         "XKBaseAlert/Basic": [
38         ]
39       }
40     }
41   ]