blob: a00fe6bd666955f1f48330217936c3f1dfb6fef6 [file] [log] [blame]
{
"name": "CodeTeleport",
"version": "0.0.1",
"summary": "CodeTeleport",
"description": "* a ios-platform hot reload tool.",
"homepage": "https://github.com/zlit/CodeTeleport",
"license": "Apache-2.0",
"authors": {
"joesense": "zhaoleili@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zlit/CodeTeleport.git",
"branch": "podspec_test"
},
"frameworks": "Foundation",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CodeTeleport"
},
"vendored_frameworks": "Output/CTClient.framework",
"prepare_command": "bash Output/CTClient.framework/CocoapodsPrepareCommand.sh"
}