blob: bec1e3fc8adeae07d130e45510e1a113ce4c83f4 [file] [log] [blame]
{
"name": "ShakeLog",
"version": "0.0.2",
"summary": "Simple override for original Log pod. Just add emoji",
"homepage": "https://github.com/ConcepterDev/ShakeLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Skrypnik": "anarh93@gmail.com"
},
"source": {
"git": "https://github.com/ConcepterDev/ShakeLog.git",
"tag": "0.0.2"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ShakeLog/Classes/**/*",
"resource_bundles": {
"ShakeLog": [
"ShakeLog/Assets/*"
]
},
"resources": "ShakeLog/Assets/*",
"dependencies": {
"Concepter_Log": [
"~>1.0"
],
"AEConsole": [
"~>0.3.0"
]
},
"pushed_with_swift_version": "3.0"
}