[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / a / 0 / c / AdventCode / 1.0.1 / AdventCode.podspec.json
blob2099343ef55db191fb6173404d8d64683fe64144
2   "name": "AdventCode",
3   "version": "1.0.1",
4   "summary": "All you need to solve `Advent of Code` comfortably.",
5   "description": "This pod is the collection of useful utils, extensions, data structures,\nalgorithms', etc. (In near future)",
6   "homepage": "https://github.com/artFintch/AdventCode",
7   "screenshots": "https://pbs.twimg.com/media/DvGUQdkXQAE05uE.jpg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Vyacheslav Khorkov": "artfintch@ya.ru"
14   },
15   "source": {
16     "git": "https://github.com/artFintch/AdventCode.git",
17     "tag": "1.0.1"
18   },
19   "social_media_url": "https://twitter.com/artFintch",
20   "platforms": {
21     "osx": "10.10"
22   },
23   "swift_version": "4.2",
24   "source_files": "AdventCode/Classes/**/*",
25   "dependencies": {
26     "Frog": [
28     ]
29   }