blob: f95c0c3e3fe358daff3c436fe7bfcff593f078d6 [file] [log] [blame]
{
"name": "BugBattle",
"version": "2.1.0",
"summary": "In-App Bug Reporting and Testing for Apps. Learn more at https://www.bugbattle.app",
"homepage": "https://www.bugbattle.app",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"BugBattle": "hello@bugbattle.app"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BugBattle/BugBattle-iOS-SDK.git",
"tag": "2.1.0"
},
"source_files": "BugBattle/Classes/**/*",
"public_header_files": "BugBattle/Classes/**/*.h",
"resources": [
"BugBattle/Assets/**/*.storyboard",
"BugBattle/Assets/**/*.png"
],
"frameworks": [
"UIKit",
"Foundation"
]
}