[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 4 / e / GLPickerView / 1.0.0 / GLPickerView.podspec.json
blob13ecb4d34a9ad6cd2e0fc64f60d08ee87d0209f2
2   "name": "GLPickerView",
3   "homepage": "https://github.com/liujunliuhong/PickerView",
4   "summary": "系统UIPickerView、UIDatePicker的封装,国内城市选择器的封装",
5   "description": "系统UIPickerView、UIDatePicker的封装,国内城市选择器的封装,提供了从屏幕底部逐渐弹出的交互效果",
6   "authors": {
7     "liujunliuhong": "1035841713@qq.com"
8   },
9   "version": "1.0.0",
10   "source": {
11     "git": "https://github.com/liujunliuhong/PickerView.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "module_name": "GLPickerView",
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "Common",
28       "source_files": "Sources/Picker/*.swift"
29     },
30     {
31       "name": "City",
32       "source_files": "Sources/City Picker/*.swift",
33       "dependencies": {
34         "GLPickerView/Common": [
36         ]
37       },
38       "resources": "Sources/City Picker/GLCity.bundle"
39     }
40   ],
41   "swift_version": "5.0"