blob: 6645abf8502493388ac24fd6f090e0dc7c9613c2 [file] [log] [blame]
{
"name": "AppCenterCrash-UI",
"version": "0.4.1",
"summary": "A UI for reporting crashes adding a comment.",
"description": "This framework provides a UI for the user to add some more info to a crash that happened.",
"homepage": "https://github.com/chbeer/AppCenterCrash-UI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Beer": "christian.beer@chbeer.de"
},
"source": {
"git": "https://github.com/chbeer/AppCenterCrash-UI.git",
"tag": "0.4.1"
},
"social_media_url": "https://twitter.com/christian_beer",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"static_framework": true,
"swift_versions": "4.0",
"ios": {
"source_files": [
"AppCenterCrash-UI/*.{h,m,swift}",
"AppCenterCrash-UI/iOS/*"
],
"resources": "AppCenterCrash-UI/iOS/Assets/*"
},
"osx": {
"source_files": [
"AppCenterCrash-UI/*.{h,m,swift}",
"AppCenterCrash-UI/macOS/*"
],
"resources": "AppCenterCrash-UI/macOS/Assets/*"
},
"resources": "AppCenterCrash-UI/Assets/*",
"dependencies": {
"AppCenter/Crashes": [
"~> 4.0"
]
},
"swift_version": "4.0"
}