blob: cdf599da6592ddad6ba5fb5c57e0acf7a84ccc8c [file] [log] [blame]
{
"name": "Sentry",
"version": "2.1.11",
"summary": "Swift client for Sentry",
"homepage": "https://github.com/getsentry/sentry-swift",
"license": "mit",
"authors": "Sentry",
"source": {
"git": "https://github.com/getsentry/sentry-swift.git",
"tag": "2.1.11"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.{h,m,swift}",
"ios": {
"source_files": "Sources/ios/*.{h,m,swift}",
"resource_bundles": {
"storyboards": [
"Sources/ios/*.{storyboard}"
],
"assets": [
"Sources/ios/*.{xcassets}"
]
}
},
"dependencies": {
"KSCrash": [
"~> 1.15.5"
]
},
"pushed_with_swift_version": "3.0"
}