blob: e653ac942e3a8ff7744bafb21f97fcdbbb15ac93 [file] [log] [blame]
{
"name": "NiceThings",
"version": "0.1.0",
"summary": "The pod NiceThings compile cool features i wish i could see natively in the Swift langage.",
"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.",
"homepage": "https://github.com/mlemort/NiceThings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mlemort": "maxime.lemort@viseo.fr"
},
"source": {
"git": "https://github.com/mlemort/NiceThings.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.3"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "ArrayRemoveFirstObjectMaching",
"source_files": "NiceThings/Classes/ArrayRemoveFirstObjectMaching/**/*.swift"
},
{
"name": "CollectionSafeSubscript",
"source_files": "NiceThings/Classes/CollectionSafeSubscript/**/*.swift"
},
{
"name": "ConditionalAssignmentOperator",
"source_files": "NiceThings/Classes/ConditionalAssignmentOperator/**/*.swift"
},
{
"name": "DictionaryMapToDictionary",
"source_files": "NiceThings/Classes/DictionaryMapToDictionary/**/*.swift"
},
{
"name": "OptionalIsNilOrEmpty",
"source_files": "NiceThings/Classes/OptionalIsNilOrEmpty/**/*.swift"
},
{
"name": "Swerl",
"source_files": "NiceThings/Classes/Swerl/**/*.swift"
}
],
"swift_version": "5.0"
}