[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 3 / e / LotsOfExtensions / 1.0.0 / LotsOfExtensions.podspec.json
blob66294c1246435252bb449ea4be52b160a7acbe27
2   "name": "LotsOfExtensions",
3   "version": "1.0.0",
4   "summary": "A collection of swift extensions which save your code and time.",
5   "description": "A collection of swift extensions which save your code and time. These extensions are frequently used in my previous works and I hope they can help you also.",
6   "homepage": "https://github.com/hlwanhoj/LotsOfExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hlwanhoj": "hlwanhoj@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hlwanhoj/LotsOfExtensions.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "LotsOfExtensions/Classes/Foundation/**/*"
26     }
27   ],
28   "swift_version": "5.0"