[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / c / 9 / NiceThings / 1.1.1 / NiceThings.podspec.json
blob7696d7e22697c7afbd35e7f25cc36d2193a5e447
2   "name": "NiceThings",
3   "version": "1.1.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.1.1"
17   },
18   "platforms": {
19     "ios": "10.3",
20     "osx": "10.15",
21     "tvos": "13.3"
22   },
23   "swift_versions": "5.0",
24   "subspecs": [
25     {
26       "name": "ArrayRemoveFirstObjectMaching",
27       "source_files": "NiceThings/Classes/ArrayRemoveFirstObjectMaching/**/*.swift"
28     },
29     {
30       "name": "CollectionSafeSubscript",
31       "source_files": "NiceThings/Classes/CollectionSafeSubscript/**/*.swift"
32     },
33     {
34       "name": "ConditionalAssignmentOperator",
35       "source_files": "NiceThings/Classes/ConditionalAssignmentOperator/**/*.swift"
36     },
37     {
38       "name": "DictionaryMapToDictionary",
39       "source_files": "NiceThings/Classes/DictionaryMapToDictionary/**/*.swift"
40     },
41     {
42       "name": "OptionalIsNilOrEmpty",
43       "source_files": "NiceThings/Classes/OptionalIsNilOrEmpty/**/*.swift"
44     },
45     {
46       "name": "Swerl",
47       "source_files": "NiceThings/Classes/Swerl/**/*.swift"
48     }
49   ],
50   "swift_version": "5.0"