[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 4 / 6 / a / a0164721j.DataStructures / 0.0.4 / a0164721j.DataStructures.podspec.json
blob1ae764669a1afc60a120f383908b220f8320cf59
2   "name": "a0164721j.DataStructures",
3   "version": "0.0.4",
4   "summary": "DataStructures provides a Stack ADT and a QueueADT along with \nBreadthFirstTraversal and DepthFirstTraversal generators for Dictionaries.",
5   "description": "DataStructures from CS3217 PS1",
6   "homepage": "https://github.com/JasonChong96/2019-ps1-JasonChong96.git",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "JasonChong96": "jasontjakra@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/JasonChong96/2019-ps1-JasonChong96.git",
19     "tag": "master"
20   },
21   "source_files": "DataStructures/*.swift",
22   "exclude_files": [
23     "DataStructures/AppDelegate.swift",
24     "*ViewController*"
25   ]