blob: a53b4ef343b17188a042b2e951f86bca8ac36e84 [file] [log] [blame]
{
"name": "Teleport",
"version": "0.1.0",
"summary": "Remote logging for iOS. Send stdout/stderr to server.",
"homepage": "https://github.com/kennethjiang/Teleport",
"license": "Apache 2.0",
"authors": {
"Kenneth Jiang": "kenneth.jiang@gmail.com"
},
"source": {
"git": "https://github.com/kennethjiang/Teleport.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*.{h,m}",
"Pod/Classes/**/*.{h,m}"
],
"resource_bundles": {
"Teleport": [
"Pod/Assets/*.png"
]
},
"libraries": "z"
}