blob: caa539fc44577cacb3d20e23d96db3acc2f8db14 [file] [log] [blame]
{
"name": "EnumList",
"version": "0.1.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/polac24/EnumList",
"authors": {
"Bartosz Polaczyk": "polac24@gmail.com"
},
"summary": "List all cases from enum",
"source": {
"git": "https://github.com/polac24/EnumList.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "9.0"
},
"module_name": "EnumList",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"dependencies": {
"Unbox": [
"~> 2.5.0"
]
}
},
{
"name": "Unbox",
"source_files": "Sources/Unbox/*.swift",
"dependencies": {
"Unbox": [
"~> 2.5.0"
]
}
}
]
}