[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 5 / d / StartupReasonReporter / 0.1.0 / StartupReasonReporter.podspec.json
blob5c4605e055df3a088d736c6bc50d5db2fb9bc2a8
2   "name": "StartupReasonReporter",
3   "version": "0.1.0",
4   "summary": "Provides the reason that an iOS application has launched.",
5   "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.",
6   "homepage": "https://github.com/uber/startup-reason-reporter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/uber/startup-reason-reporter.git",
13     "tag": "0.1.0"
14   },
15   "authors": "Uber",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "StartupReasonReporter/StartupReasonReporter/*"
23     },
24     {
25       "name": "PriorRunInfo",
26       "source_files": "StartupReasonReporter/StartupReasonReporterPriorRunInfo/*",
27       "dependencies": {
28         "StartupReasonReporter/Core": [
30         ]
31       }
32     }
33   ]