[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / a / DemoPodd / 0.1.0 / DemoPodd.podspec.json
blob7c05a6e0ef8e3b16213e0ab6b528bc22cfbd9d91
2   "name": "DemoPodd",
3   "version": "0.1.0",
4   "summary": "This pod prints names.",
5   "description": "This is a Demo pod, there is nothing more important than a demo pod",
6   "homepage": "https://github.com/tuanle277/DemoPod.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tuanle277": "tuanle_2025@depauw.edu"
13   },
14   "source": {
15     "git": "https://github.com/tuanle277/DemoPod.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "DemoPod/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.3"
29     ]
30   }