[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / a / 9 / Insensibility / 1.3.0 / Insensibility.podspec.json
blob733be12337c69066faa7ff04afd409e2e8c49761
2   "name": "Insensibility",
3   "version": "1.3.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.3.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       "frameworks": "WebKit",
54       "source_files": "Insensibility/InAppWebview/*.*",
55       "dependencies": {
56         "SnapKit": [
58         ]
59       }
60     },
61     {
62       "name": "PagingFetchTableView",
63       "source_files": "Insensibility/PagingFetchTableView/UITableView+PagingFetch.swift"
64     },
65     {
66       "name": "FadePresentationViewController",
67       "source_files": "Insensibility/FadePresentationViewController/*.*"
68     },
69     {
70       "name": "ChainCaller",
71       "source_files": "Insensibility/ChainCaller/*.*"
72     }
73   ],
74   "swift_version": "5.0"