[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 2 / c / BarricadeKit / 1.2.0 / BarricadeKit.podspec.json
blobc232aecae88a77835e9e906e8ae248a09fdc66f9
2   "name": "BarricadeKit",
3   "version": "1.2.0",
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   "platforms": {
9     "ios": "10.0"
10   },
11   "source": {
12     "git": "https://github.com/johntmcintosh/BarricadeKit.git",
13     "tag": "1.2.0"
14   },
15   "frameworks": [
16     "Foundation",
17     "CFNetwork"
18   ],
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "BarricadeKit/Core/**/*.{swift}",
25       "exclude_files": "BarricadeKit/Core/**/*Tests.swift"
26     }
27   ]