[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / b / 7 / NVLinkedList / 0.0.1 / NVLinkedList.podspec.json
blobd7e1077b4e531791735e6c84cdf8da600fa4410e
2   "name": "NVLinkedList",
3   "version": "0.0.1",
4   "summary": "Linked List data structure.",
5   "description": "A linked list is a linear collection of data elements, whose order is not given by their physical placement in memory",
6   "homepage": "https://github.com/nik3212/LinkedList",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nikita Vasilev": "nv3212@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nik3212/LinkedList.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "source_files": [
22     "LinkedList",
23     "Source/**/*.{h,m,swift}"
24   ]