[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / c / f / TFYSwiftPickerViewKit / 1.0.3 / TFYSwiftPickerViewKit.podspec.json
blob02ac3b8464fdc8c1c240d0d7174dca67e602ccb3
2   "name": "TFYSwiftPickerViewKit",
3   "version": "1.0.3",
4   "summary": "swift版选择器,最低支持ios 12 ,swift5",
5   "description": "swift版选择器,最低支持ios 12 ,swift5",
6   "homepage": "https://github.com/13662049573/TFYSwiftPickerView",
7   "license": "MIT",
8   "authors": {
9     "田风有": "420144542@qq.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "swift_versions": "5.0",
15   "pod_target_xcconfig": {
16     "SWIFT_VERSION": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/13662049573/TFYSwiftPickerView.git",
20     "tag": "1.0.3"
21   },
22   "resources": "TFYSwiftPickerView/TFYSwiftPickerViewKit/TFYSwiftCityBundle.bundle",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Base",
27       "source_files": "TFYSwiftPickerView/TFYSwiftPickerViewKit/Base/*.{swift}"
28     },
29     {
30       "name": "Address",
31       "source_files": "TFYSwiftPickerView/TFYSwiftPickerViewKit/Address/*.{swift}",
32       "dependencies": {
33         "TFYSwiftPickerViewKit/Base": [
35         ]
36       }
37     },
38     {
39       "name": "Data",
40       "source_files": "TFYSwiftPickerView/TFYSwiftPickerViewKit/Data/*.{swift}",
41       "dependencies": {
42         "TFYSwiftPickerViewKit/Base": [
44         ]
45       }
46     },
47     {
48       "name": "String",
49       "source_files": "TFYSwiftPickerView/TFYSwiftPickerViewKit/String/*.{swift}",
50       "dependencies": {
51         "TFYSwiftPickerViewKit/Base": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"