blob: 1fef72f9649d7505bc8ec5a708cab4978ab4c9d8 [file] [log] [blame]
{
"name": "KZBootstrap",
"version": "0.6.0",
"summary": "iOS project bootstrap aimed at high quality coding.",
"description": "Project bootstrap that provides automatic icon versioning, todo -> warning conversion, warnings while files become too long, build numbering, environment switching/validation and much more.",
"homepage": "https://github.com/krzysztofzablocki/KZBootstrap",
"license": "MIT",
"authors": {
"Krzysztof Zablocki": "krzysztof.zablocki@me.com"
},
"source": {
"git": "https://github.com/krzysztofzablocki/KZBootstrap.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/merowing_",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"preserve_paths": "Pod/Assets/Scripts/*.{sh,swift}",
"public_header_files": "Pod/Classes/**/*.h",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core",
"frameworks": "Foundation",
"dependencies": {
"KZAsserts": [
"~> 1.0"
]
}
},
{
"name": "Debug",
"source_files": "Pod/Classes/Debug",
"dependencies": {
"RSSwizzle": [
],
"KZAsserts": [
"~> 1.0"
]
}
},
{
"name": "Logging",
"source_files": "Pod/Classes/Logging",
"dependencies": {
"CocoaLumberjack": [
"2.0.0-beta4"
]
}
}
]
}