blob: 75db0ca29622c911336e707ae8150d240b88b755 [file] [log] [blame]
{
"name": "Anthology",
"version": "1.0.1",
"summary": "Exotic Swift collections",
"cocoapods_version": ">= 1.0.0.beta2",
"description": "A collection of less common collections in Swift.",
"homepage": "https://github.com/sanekgusev/Anthology",
"license": "MIT",
"authors": {
"Aleksandr Gusev": "sanekgusev@gmail.com"
},
"source": {
"git": "https://github.com/sanekgusev/Anthology.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/sanekgusev",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"subspecs": [
{
"name": "OrderedDictionary",
"source_files": "Sources/Anthology/OrderedDictionary.swift"
},
{
"name": "OrderedSet",
"source_files": "Sources/Anthology/OrderedSet.swift",
"dependencies": {
"Anthology/OrderedDictionary": [
]
}
}
]
}