blob: 83eff0ec7b8680e625884d549545aa19347d8348 [file] [log] [blame]
{
"name": "Anthology",
"version": "1.0.0",
"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.0"
},
"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": "Pod/Classes/OrderedDictionary.swift"
},
{
"name": "OrderedSet",
"source_files": "Pod/Classes/OrderedSet.swift",
"dependencies": {
"Anthology/OrderedDictionary": [
]
}
}
]
}