[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / b / 2 / 1 / LASwiftToolbox / 0.0.1 / LASwiftToolbox.podspec.json
blobb3398f7bc682d3bfc4ef6391095a3f23438e1808
2   "name": "LASwiftToolbox",
3   "version": "0.0.1",
4   "summary": "LASwiftToolbox is a compile of helpers, classes and extensions, to improve code reuse and enhance productivity.",
5   "description": "LASwiftToolbox\n\nGenericTable -> Helps to build quick table without effort.\n\nCompletionManager -> Helps you handle multi dependent async tasks, alternative to Group.\n\nMIT license, use as you wish.",
6   "homepage": "https://github.com/lucasca73/LASwiftToolbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Costa Araujo": "lucascostaa73@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucasca73/LASwiftToolbox.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SwiftToolbox/Classes/**/*",
23   "swift_version": "5.0"