[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / 4 / NKLinkedList / 0.2.3 / NKLinkedList.podspec.json
blob3a413e6f8a0a0caf2d7262070716513d9094ff8a
2   "name": "NKLinkedList",
3   "version": "0.2.3",
4   "summary": "Implementation of LinkedList structure on Swift language",
5   "description": "This is one of the most common data structures. You can find more information in the 'Algorithms (4th Edition)' book by Robert Sedgewick.",
6   "homepage": "https://github.com/NickKibish/LinkedList.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mykola Kibysh": "mykola.kibysh@ticketmaster.com"
13   },
14   "source": {
15     "git": "https://github.com/NickKibish/LinkedList.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NKLinkedList/**/*",
22   "pushed_with_swift_version": "3.0"