[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / c / a / SHDatePicker / 0.1.0 / SHDatePicker.podspec.json
blob57ec42e8bcda9cb553c321cecc2c1fe91b41b30a
2   "name": "SHDatePicker",
3   "version": "0.1.0",
4   "summary": "A simple custom DatePicker.",
5   "homepage": "https://github.com/harushuu/SHDatePicker",
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/SHDatePicker.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "SHDatePicker/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Masonry": [
25       "~> 0.6.4"
26     ]
27   }