blob: 8099a78de858e35d4b166c4e3775d2a5fe36a7f5 [file] [log] [blame]
{
"name": "DependentMap",
"version": "1.0.0",
"summary": "DependentMap Microframework",
"description": "Dependent map type for Swift, allowing keys to specify the type of value that can be associated with them.",
"homepage": "https://github.com/pwc3/DependentMap",
"authors": "Paul Calnan",
"source": {
"git": "https://github.com/pwc3/DependentMap.git",
"tag": "1.0.0"
},
"license": {
"type": "MIT"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "Sources/DependentMap/**/*.swift",
"swift_version": "5.0"
}