[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / b / DatePicker / 1.2.0 / DatePicker.podspec.json
blob5c998503f1356f61583180ad14b6fc1a8e90b002
2   "name": "DatePicker",
3   "version": "1.2.0",
4   "summary": "Date Picker for iOS",
5   "description": "A simple, elegant Date Picker library for iOS",
6   "homepage": "https://github.com/AmirShayegh/DatePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amirshayegh": "shayegh@me.com"
13   },
14   "source": {
15     "git": "https://github.com/AmirShayegh/DatePicker.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "DatePicker/Classes/**/*.{swift}",
22   "resource_bundles": {
23     "DatePicker": [
24       "DatePicker/Classes/**/*.{storyboard,xib}"
25     ]
26   },
27   "dependencies": {
28     "Extended": [
30     ]
31   }