blob: 5c4605e055df3a088d736c6bc50d5db2fb9bc2a8 [file] [log] [blame]
{
"name": "StartupReasonReporter",
"version": "0.1.0",
"summary": "Provides the reason that an iOS application has launched.",
"description": "The Startup Reason Reporter provides developers the the reason that an iOS application has launched, or equivalently, the reason that the application terminated on the prior launch.",
"homepage": "https://github.com/uber/startup-reason-reporter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/uber/startup-reason-reporter.git",
"tag": "0.1.0"
},
"authors": "Uber",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "StartupReasonReporter/StartupReasonReporter/*"
},
{
"name": "PriorRunInfo",
"source_files": "StartupReasonReporter/StartupReasonReporterPriorRunInfo/*",
"dependencies": {
"StartupReasonReporter/Core": [
]
}
}
]
}