[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / c / 9 / NiceThings / 1.4.1 / NiceThings.podspec.json
blob297929309e423d18ecd8f0f30f1ffa93fd65de29
2   "name": "NiceThings",
3   "version": "1.4.1",
4   "summary": "The pod NiceThings compile cool features i wish i could see natively in the Swift langage.",
5   "description": "This pod regroupe nice and usefull things i often use in my iOS projects.\nIt works with subspec so you could just import the thing you want in your project.\nSee the Readme for exemple.",
6   "homepage": "https://github.com/mlemort/NiceThings",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mlemort": "maxime.lemort@viseo.fr"
13   },
14   "source": {
15     "git": "https://github.com/mlemort/NiceThings.git",
16     "tag": "1.4.1"
17   },
18   "platforms": {
19     "ios": "10.3",
20     "osx": "10.15",
21     "tvos": "13.3",
22     "watchos": "7.0"
23   },
24   "swift_versions": "5.0",
25   "subspecs": [
26     {
27       "name": "ArrayRemoveFirstObjectMaching",
28       "source_files": "NiceThings/Classes/ArrayRemoveFirstObjectMaching/**/*.swift"
29     },
30     {
31       "name": "CollectionSafeSubscript",
32       "source_files": "NiceThings/Classes/CollectionSafeSubscript/**/*.swift"
33     },
34     {
35       "name": "ConditionalAssignmentOperator",
36       "source_files": "NiceThings/Classes/ConditionalAssignmentOperator/**/*.swift"
37     },
38     {
39       "name": "DictionaryMapToDictionary",
40       "source_files": "NiceThings/Classes/DictionaryMapToDictionary/**/*.swift"
41     },
42     {
43       "name": "OptionalIsNilOrEmpty",
44       "source_files": "NiceThings/Classes/OptionalIsNilOrEmpty/**/*.swift"
45     },
46     {
47       "name": "Swerl",
48       "source_files": "NiceThings/Classes/Swerl/**/*.swift"
49     }
50   ],
51   "swift_version": "5.0"