blob: 2099343ef55db191fb6173404d8d64683fe64144 [file] [log] [blame]
{
"name": "AdventCode",
"version": "1.0.1",
"summary": "All you need to solve `Advent of Code` comfortably.",
"description": "This pod is the collection of useful utils, extensions, data structures,\nalgorithms', etc. (In near future)",
"homepage": "https://github.com/artFintch/AdventCode",
"screenshots": "https://pbs.twimg.com/media/DvGUQdkXQAE05uE.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vyacheslav Khorkov": "artfintch@ya.ru"
},
"source": {
"git": "https://github.com/artFintch/AdventCode.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/artFintch",
"platforms": {
"osx": "10.10"
},
"swift_version": "4.2",
"source_files": "AdventCode/Classes/**/*",
"dependencies": {
"Frog": [
]
}
}