[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 9 / Insensibility / 1.0.0 / Insensibility.podspec.json
blobd59cb0b1455ff4ef3278604db3d081e1d2ab1c3e
2   "name": "Insensibility",
3   "version": "1.0.0",
4   "summary": "This pod have some insensibility views.",
5   "description": "I am lazy, so create this pod.\nviews in this pod all use base class, just add some extention actions. others are the some as normal one.",
6   "homepage": "https://github.com/andrew020/Insensibility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "andrew020": "andrew2007@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/andrew020/Insensibility.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "frameworks": "UIKit",
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Reactive",
26       "dependencies": {
27         "ReactiveSwift": [
29         ],
30         "ReactiveCocoa": [
32         ]
33       }
34     },
35     {
36       "name": "ActivityButton",
37       "source_files": "Insensibility/ActivityButton/ActivityButton.swift"
38     },
39     {
40       "name": "ActivityButtonReactive",
41       "source_files": "Insensibility/ActivityButton/ActivityButton_Reactive.swift",
42       "dependencies": {
43         "Insensibility/ActivityButton": [
45         ],
46         "Insensibility/Reactive": [
48         ]
49       }
50     },
51     {
52       "name": "InAppWebview",
53       "source_files": "Insensibility/InAppWebview/*.*",
54       "dependencies": {
55         "SnapKit": [
57         ]
58       }
59     },
60     {
61       "name": "PagingFetchTableView",
62       "source_files": "Insensibility/PagingFetchTableView/UITableView+PagingFetch.swift"
63     },
64     {
65       "name": "FadePresentationViewController",
66       "source_files": "Insensibility/FadePresentationViewController/*.*"
67     }
68   ],
69   "swift_version": "5.0"