[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / ps1-data-structures / 0.1.1 / ps1-data-structures.podspec.json
blob4da4a51ab9ae22e482fea34d833a877bb8399c3c
2   "name": "ps1-data-structures",
3   "version": "0.1.1",
4   "summary": "A cool cocoapod with simple data structures.",
5   "description": "A cool CocoaPod that contains simple data structures such as Stack and Queue, and also Generators\nthat generate the Breadth-First and Depth-First order of a graph.",
6   "homepage": "https://github.com/edmundmok/ps1-data-structures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Edmund Mok": "edmundmok@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/edmundmok/ps1-data-structures.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ps1-data-structures/Classes/**/*",
22   "pushed_with_swift_version": "3.0"