blob: 415f6387587a397b4c066489a547d8e1cb41fe6b [file] [log] [blame]
{
"name": "CCDebugHelper",
"version": "1.0.2",
"summary": "Library for fast debug view controllers in large applications",
"homepage": "http://chillicoders.com",
"license": "MIT",
"authors": {
"Rafał Wójcik": "rafalwojcik@me.com"
},
"source": {
"git": "https://github.com/ChilliCoders/CCDebugHelper.git",
"tag": "1.0.2",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "CCDebugHelper/**/*.{h,m}",
"header_dir": "CCDebugHelper",
"public_header_files": "CCDebugHelper/**/*.h",
"ios": {
"resource_bundles": {
"CCDebugHelperBundle": "CCDebugHelper/Resources/**/*.{xib,png,jpg,jpeg}"
}
}
}