[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 1 / CS3217DataStructures / 0.1.1 / CS3217DataStructures.podspec.json
blobc3231f36e1fe69b43ff4e88527621c07948c0459
2   "name": "CS3217DataStructures",
3   "version": "0.1.1",
4   "summary": "A cool CocoaPod containing simple data structures!",
5   "description": "A simple CocoaPod that contains simple data structures such as Stack and Queue, and also Generators for \nBreadth-First orderr and Depth-First order traversal of a Graph.",
6   "homepage": "https://github.com/edmundmok/CS3217DataStructures",
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/CS3217DataStructures.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CS3217DataStructures/Classes/**/*",
22   "pushed_with_swift_version": "3.0"