[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / 2 / c / BarricadeKit / 2.0.1 / BarricadeKit.podspec.json
blobe27405d6ac243e1d359dbc2248cee6ecf31166ba
2   "name": "BarricadeKit",
3   "version": "2.0.1",
4   "summary": "Framework for setting up a run-time configurable local server in iOS apps.",
5   "homepage": "https://github.com/johntmcintosh/BarricadeKit",
6   "authors": "John T McIntosh",
7   "license": "MIT",
8   "swift_versions": "5.0",
9   "platforms": {
10     "ios": "11.0"
11   },
12   "source": {
13     "git": "https://github.com/johntmcintosh/BarricadeKit.git",
14     "tag": "2.0.1"
15   },
16   "frameworks": [
17     "Foundation",
18     "CFNetwork"
19   ],
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "BarricadeKit/Core/**/*.{swift}",
26       "exclude_files": "BarricadeKit/Core/**/*Tests.swift"
27     }
28   ],
29   "swift_version": "5.0"