[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 2 / DataStructure / 0.0.2 / DataStructure.podspec.json
blobd2bd888d2d609248e5dc207cb95d7f0dbb81e68f
2   "name": "DataStructure",
3   "version": "0.0.2",
4   "summary": "A short description of DataStructure.",
5   "description": "Pod for Data Structures use in CS3217.",
6   "homepage": "http://EXAMPLE/DataStructure",
7   "license": "MIT",
8   "authors": {
9     "wn": "weineng.a@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/wn/cs3217-1819-ps1.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "DataStructures",
20     "DataStrucutes/**/*.{swift}"
21   ],
22   "exclude_files": [
23     "**/AppDelegate.swift",
24     "**/ViewController.swift"
25   ]