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",
12 "mlemort": "maxime.lemort@viseo.fr"
15 "git": "https://github.com/mlemort/NiceThings.git",
23 "swift_versions": "5.0",
26 "name": "ArrayRemoveFirstObjectMaching",
27 "source_files": "NiceThings/Classes/ArrayRemoveFirstObjectMaching/**/*.swift"
30 "name": "CollectionSafeSubscript",
31 "source_files": "NiceThings/Classes/CollectionSafeSubscript/**/*.swift"
34 "name": "ConditionalAssignmentOperator",
35 "source_files": "NiceThings/Classes/ConditionalAssignmentOperator/**/*.swift"
38 "name": "DictionaryMapToDictionary",
39 "source_files": "NiceThings/Classes/DictionaryMapToDictionary/**/*.swift"
42 "name": "OptionalIsNilOrEmpty",
43 "source_files": "NiceThings/Classes/OptionalIsNilOrEmpty/**/*.swift"
47 "source_files": "NiceThings/Classes/Swerl/**/*.swift"
50 "swift_version": "5.0"