[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / IconBadger / 1.0.0 / IconBadger.podspec.json
blobbea97932f488143bf2b37b151dda612097d19998
2   "name": "IconBadger",
3   "version": "1.0.0",
4   "summary": "Script adding dynamically a badge with a custom text to the app's icon on build time",
5   "homepage": "https://github.com/ach-ref/IconBadger",
6   "description": "Script written in Swift that prepares the iOS app icon overlay with a ribbon and a given text\nsuch as alpha, beta or version and build numbers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Achref Marzouki": "contact@amarzouki.com"
13   },
14   "social_media_url": "https://amarzouki.com",
15   "source": {
16     "git": "https://github.com/ach-ref/IconBadger.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5",
23   "preserve_paths": "resources/**/*",
24   "requires_arc": true,
25   "prepare_command": "swift build -c release && cp -f .build/x86_64-apple-macosx/release/iconBadger resources/bin/iconBadger",
26   "swift_version": "5"