blob: 1d6e66782397133801d2d0e54f0d312cdea3b185 [file] [log] [blame]
{
"name": "Bugsnatch",
"version": "1.0.0",
"summary": "Bug reporting tool.",
"description": "Bugsnatch is a lightweight bug reporting iOS library written in Swift. It creates a bug report template by collecting application and device information. It can be triggered via a shake gesture or by taking a screenshot.\nIt supports reporting bugs via an email or via the Productive tool.",
"homepage": "https://github.com/infinum/iOS-Bugsnatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Damjan Dabo": "damjan.dabo@infinum.hr"
},
"source": {
"git": "https://github.com/infinum/iOS-Bugsnatch.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"module_name": "Bugsnatch",
"default_subspecs": "Email",
"subspecs": [
{
"name": "Core",
"source_files": "Bugsnatch/Classes/Core/**/*",
"frameworks": "UIKit"
},
{
"name": "Email",
"source_files": "Bugsnatch/Classes/Email/**/*",
"dependencies": {
"Bugsnatch/Core": [
]
}
},
{
"name": "Productive",
"source_files": "Bugsnatch/Classes/Productive/**/*",
"dependencies": {
"Bugsnatch/Core": [
]
},
"resources": [
"Bugsnatch/Classes/**/*.{js}"
]
}
],
"swift_version": "5.0"
}