blob: 771689b45eea50c5c15e38db40a1c308becbb192 [file] [log] [blame]
{
"name": "Teleport-NSLog",
"version": "0.1.3",
"summary": "Remote logging for iOS. Send NSLog messages to backend server.",
"homepage": "https://github.com/kennethjiang/Teleport-NSLog",
"license": "MIT",
"authors": {
"Kenneth Jiang": "kenneth.jiang@gmail.com"
},
"source": {
"git": "https://github.com/kennethjiang/Teleport-NSLog.git",
"tag": "0.1.3"
},
"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"
}