[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / b / 4 / BuildMode / 0.1.0 / BuildMode.podspec.json
blobeb059667ccf3130bb9eb348dbf35c8cd7bd832fa
2   "name": "BuildMode",
3   "version": "0.1.0",
4   "summary": "Provides info about the iOS app for simulator, debuggable, enterprise or distribution builds to use sandbox or production cloud from Apple",
5   "swift_versions": "5",
6   "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.",
7   "homepage": "https://github.com/bithavoc/BuildMode",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "bithavoc": "im@bithavoc.io"
14   },
15   "source": {
16     "git": "https://github.com/bithavoc/BuildMode.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/bithavoc",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "BuildMode/Classes/**/*",
24   "swift_version": "5"