blob: c232aecae88a77835e9e906e8ae248a09fdc66f9 [file] [log] [blame]
{
"name": "BarricadeKit",
"version": "1.2.0",
"summary": "Framework for setting up a run-time configurable local server in iOS apps.",
"homepage": "https://github.com/johntmcintosh/BarricadeKit",
"authors": "John T McIntosh",
"license": "MIT",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/johntmcintosh/BarricadeKit.git",
"tag": "1.2.0"
},
"frameworks": [
"Foundation",
"CFNetwork"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "BarricadeKit/Core/**/*.{swift}",
"exclude_files": "BarricadeKit/Core/**/*Tests.swift"
}
]
}