[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / 4 / NKLinkedList / 0.1.0 / NKLinkedList.podspec.json
blob37c10fa2a8b02a71eec8a2b66e22b34e30a83196
2   "name": "NKLinkedList",
3   "version": "0.1.0",
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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NKLinkedList/**/*",
22   "pushed_with_swift_version": "3.0"