[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 4 / e / LucasUtilities / 0.0.1 / LucasUtilities.podspec.json
blobedb3fef6fff40c9749350105fb4cfe0343603858
2   "name": "LucasUtilities",
3   "version": "0.0.1",
4   "summary": "This module has some utility functions used on the Super App Moeda Digital",
5   "description": "TODO: This pod has a few useful functions, used in the Moeda Digital Super App. Encode turns a list of strings into a piped string (eg: [\"ABC\", \"DEF\", \"GHI\"] -> \"ABC|DEF|GHI\") and decode goes the other way around. At last, formatCoins turns a Double into coin format, such as 123456789.123456789 -> \"$ 123,456,789.12\".",
6   "homepage": "https://github.com/lucaswkuipers/LucasUtilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Werner Kuipers": "lucaswkuipers@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucaswkuipers/LucasUtilities.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "LucasUtilities/Classes/*"