[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / a / SHDatePicker / 0.1.2 / SHDatePicker.podspec.json
bloba065b56f7aeb65f39beba5ae8bcf0a925072bd4a
2   "name": "SHDatePicker",
3   "version": "0.1.2",
4   "summary": "A simple custom DatePicker.",
5   "homepage": "https://github.com/harushuu/SHDatePicker",
6   "screenshots": "https://github.com/harushuu/SHDatePicker/raw/master/Screenshots.gif",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "@harushuu": "hunter4n@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/harushuu/SHDatePicker.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "SHDatePicker/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Masonry": [
26       "~> 0.6.4"
27     ]
28   }