[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 6 / SHGuideView / 0.1.0 / SHGuideView.podspec.json
blob09f45a4758e8cca207ae307dd3bf8256d35c43ce
2   "name": "SHGuideView",
3   "version": "0.1.0",
4   "summary": "A simple custom GuideView.",
5   "homepage": "https://github.com/harushuu/SHGuideView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "@harushuu": "hunter4n@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/harushuu/SHGuideView.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "SHGuideView/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "BFPaperButton": [
25       "~> 2.0.29"
26     ],
27     "Masonry": [
28       "~> 0.6.4"
29     ]
30   }