blob: eb059667ccf3130bb9eb348dbf35c8cd7bd832fa [file] [log] [blame]
{
"name": "BuildMode",
"version": "0.1.0",
"summary": "Provides info about the iOS app for simulator, debuggable, enterprise or distribution builds to use sandbox or production cloud from Apple",
"swift_versions": "5",
"description": "Parses the provisioning profile and entitlements from the main bundle and uses un-official heuristics to determine whether a build is for simulator, debuggable, enterprise or distribution.\nThis helps determine when the app should use sandbox or production cloud services from Apple in the server-side.",
"homepage": "https://github.com/bithavoc/BuildMode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bithavoc": "im@bithavoc.io"
},
"source": {
"git": "https://github.com/bithavoc/BuildMode.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/bithavoc",
"platforms": {
"ios": "13.0"
},
"source_files": "BuildMode/Classes/**/*",
"swift_version": "5"
}