blob: 5ebe27fcb301cf98b5dceb75be3ee9cc67e45a99 [file] [log] [blame]
{
"name": "EndoClientDemo",
"version": "0.1.0",
"summary": "A Sample project using the EndoClient Framework.",
"description": "A Sample project using the EndoClient Framework. You can used endoStartstop,addCommand and etc commands",
"homepage": "https://github.com/kkpeerlogic/EndoClientDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kkpeerlogic": "kanhaiya@peerlogicsys.com"
},
"source": {
"git": "https://github.com/kkpeerlogic/EndoClientDemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 POD_CONFIGURATION_DEBUG=1 DEBUG=1 ENDO_NO_NSLOG_OVERRIDE"
},
"source_files": "EndoClientDemo/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
]
}
}