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