[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 2 / c / BarricadeKit / 1.1.0 / BarricadeKit.podspec.json
blobb2391a6dcb2d16d0c26f00cbb4441ed25ee94a70
2   "name": "BarricadeKit",
3   "version": "1.1.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": "9.0"
10   },
11   "source": {
12     "git": "https://github.com/johntmcintosh/BarricadeKit.git",
13     "tag": "1.1.0"
14   },
15   "frameworks": [
16     "Foundation",
17     "CFNetwork"
18   ],
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "pushed_with_swift_version": "3.1",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "BarricadeKit/Core/**/*.{swift}",
26       "exclude_files": "BarricadeKit/Core/**/*Tests.swift"
27     }
28   ]