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