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",
21 "swift_versions": "5.0",
24 "name": "ArrayRemoveFirstObjectMaching",
25 "source_files": "NiceThings/Classes/ArrayRemoveFirstObjectMaching/**/*.swift"
28 "name": "CollectionSafeSubscript",
29 "source_files": "NiceThings/Classes/CollectionSafeSubscript/**/*.swift"
32 "name": "ConditionalAssignmentOperator",
33 "source_files": "NiceThings/Classes/ConditionalAssignmentOperator/**/*.swift"
36 "name": "DictionaryMapToDictionary",
37 "source_files": "NiceThings/Classes/DictionaryMapToDictionary/**/*.swift"
40 "name": "OptionalIsNilOrEmpty",
41 "source_files": "NiceThings/Classes/OptionalIsNilOrEmpty/**/*.swift"
45 "source_files": "NiceThings/Classes/Swerl/**/*.swift"
48 "swift_version": "5.0"