blob: 76648dff142d2b6957faba6ee4ba72fccf0f0042 [file] [log] [blame]
{
"name": "RavenSwift",
"version": "0.2.0",
"summary": "swift client for sentry",
"homepage": "https://github.com/getsentry/raven-swift",
"license": "mit",
"authors": [
"Tommy Mikalsen",
"Erik Sargent",
"Sean Cheng"
],
"source": {
"git": "https://github.com/getsentry/raven-swift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Raven/**/*.{h,m,swift}",
"ios": {
"exclude_files": "Raven/Raven-OSX.h"
},
"osx": {
"exclude_files": "Raven/Raven-iOS.h"
}
}