[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / e / LotsOfExtensions / 1.1.0 / LotsOfExtensions.podspec.json
blob30a21d2a1ee9433a8311f727ccc2cfef442b4c67
2   "name": "LotsOfExtensions",
3   "version": "1.1.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.1.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       "name": "UIKit",
29       "source_files": "LotsOfExtensions/Classes/UIKit/**/*"
30     }
31   ],
32   "swift_version": "5.0"