blob: cb7c5647e853f3f6e51521fe1422c4aa43926eb0 [file] [log] [blame]
{
"name": "BarricadeKit",
"version": "1.0.1",
"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": "9.0"
},
"source": {
"git": "https://github.com/johntmcintosh/BarricadeKit.git",
"tag": "1.0.1"
},
"frameworks": [
"Foundation",
"CFNetwork"
],
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Core",
"source_files": "BarricadeKit/Core/**/*.{swift}",
"exclude_files": "BarricadeKit/Core/**/*Tests.swift"
}
]
}