[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 2 / DataStructure / 0.0.4 / DataStructure.podspec.json
blobb61e42ff4960a0b26b1690f89c33f4883ebbe26d
2   "name": "DataStructure",
3   "version": "0.0.4",
4   "summary": "A short description of DataStructure.",
5   "description": "Data Structures from CS3217 Problem Set 1",
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",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "DataStructure",
20     "DataStructures/**/*.{h,m,swift}"
21   ],
22   "exclude_files": [
23     "DataStructures/ViewController.swift",
24     "DataStructures/AppDelegate.swift"
25   ]