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",
24 "swift_versions": "5.0",
27 "name": "ArrayRemoveFirstObjectMaching",
28 "source_files": "NiceThings/Classes/ArrayRemoveFirstObjectMaching/**/*.swift"
31 "name": "CollectionSafeSubscript",
32 "source_files": "NiceThings/Classes/CollectionSafeSubscript/**/*.swift"
35 "name": "ConditionalAssignmentOperator",
36 "source_files": "NiceThings/Classes/ConditionalAssignmentOperator/**/*.swift"
39 "name": "DictionaryMapToDictionary",
40 "source_files": "NiceThings/Classes/DictionaryMapToDictionary/**/*.swift"
43 "name": "OptionalIsNilOrEmpty",
44 "source_files": "NiceThings/Classes/OptionalIsNilOrEmpty/**/*.swift"
48 "source_files": "NiceThings/Classes/Swerl/**/*.swift"
51 "swift_version": "5.0"