blob: f893a33e66f4bbd9d905f6b7dcbb267935416210 [file] [log] [blame]
{
"name": "MMBarricade",
"version": "1.0.0",
"summary": "Framework for setting up a run-time configurable local server in iOS apps.",
"homepage": "https://github.com/MutualMobile/MMBarricade",
"authors": {
"John McIntosh": "john.mcintosh@mutualmobile.com"
},
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MutualMobile/MMBarricade.git",
"tag": "1.0.0"
},
"frameworks": [
"Foundation",
"CFNetwork"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Barricade/Core/**/*.{h,m}",
"public_header_files": "Barricade/Core/**/*.h",
"exclude_files": "Barricade/Core/**/*Tests.m"
},
{
"name": "Tweaks",
"dependencies": {
"MMBarricade/Core": [
],
"Tweaks": [
"~> 2.0"
]
},
"source_files": "Barricade/Tweaks/**/*.{h,m}",
"public_header_files": "Barricade/Tweaks/**/*.h",
"exclude_files": "Barricade/Tweaks/**/*Tests.m"
}
]
}