blob: 3b19300eee52540aac9e3550ac638c74d1da6898 [file] [log] [blame]
{
"name": "TestFlightLogger",
"version": "0.0.3",
"summary": "A CocoaLumberjack logger for TestFlight.",
"homepage": "https://github.com/brynbellomy/TestFlightLogger",
"license": "MIT",
"authors": {
"Alex Billingsley": "abillingsley@dyknow.com",
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"source": {
"git": "https://github.com/brynbellomy/TestFlightLogger.git",
"tag": "v0.0.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": null
},
"dependencies": {
"CocoaLumberjack": [
],
"TestFlightSDK": [
]
}
}