[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 2 / c / BarricadeKit / 1.0.1 / BarricadeKit.podspec.json
blobcb7c5647e853f3f6e51521fe1422c4aa43926eb0
2   "name": "BarricadeKit",
3   "version": "1.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   "platforms": {
9     "ios": "9.0"
10   },
11   "source": {
12     "git": "https://github.com/johntmcintosh/BarricadeKit.git",
13     "tag": "1.0.1"
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   ]