[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / f / 3 / e / LotsOfExtensions / 1.1.2 / LotsOfExtensions.podspec.json
blobb7581244e912f1a560ab7d9e232e1697d228a9b4
2   "name": "LotsOfExtensions",
3   "version": "1.1.2",
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.2"
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"