blob: 2975d9c977923096d195a5ca61198bf37e19c910 [file] [log] [blame]
{
"name": "LayerKitDiagnostics",
"version": "1.0.0",
"summary": "The LayerKit Diagnostics interfaces",
"homepage": "http://layer.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Maness": "daniel@layer.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/layerhq/LayerKit-Diagnostics.git",
"tag": "v1.0.0"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"dependencies": {
"LayerKit": [
">= 0.22.0"
]
}
}