[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / d / 9 / 6 / WDPicker / 0.1.2 / WDPicker.podspec.json
blob3d4a674241cb435cd1f5324b57d6c0e376fb8a21
2   "name": "WDPicker",
3   "version": "0.1.2",
4   "summary": "A Picker for UI tools",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://www.jianshu.com/u/06f42a993882",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "winter": "winterw201501@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/winterwd/WDPicker.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "WDatePicker",
24       "source_files": "WDPicker/Classes/WDatePicker/*.{h,m}"
25     },
26     {
27       "name": "WDAreaPicker",
28       "source_files": "WDPicker/Classes/WDAreaPicker/*.{h,m}",
29       "resource_bundles": {
30         "WDAreaPicker": [
31           "WDPicker/Assets/*.plist"
32         ]
33       }
34     },
35     {
36       "name": "WDCustomPicker",
37       "source_files": "WDPicker/Classes/WDCustomPicker/*.{h,m}"
38     }
39   ]