[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 8 / a / NGSTutorial / 0.1.0 / NGSTutorial.podspec.json
bloba4ec48ccdc88610f90ce8ef70702f21557783698
2   "name": "NGSTutorial",
3   "version": "0.1.0",
4   "summary": "Tutorial Controller",
5   "description": "Framework to build interactive tutorials",
6   "homepage": "https://github.com/PauliusVindzigelskis/NGSTutorial",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paulius Vindzigelskis": "p.vindzigelskis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PauliusVindzigelskis/NGSTutorial.git",
16     "tag": "R0.1/0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Library/**/*.{h,m}",
22   "public_header_files": "Library/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ],
27   "dependencies": {
28     "JMHoleView": [
30     ],
31     "Masonry": [
33     ]
34   }