[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 9 / TFY_PickerView / 2.6.2 / TFY_PickerView.podspec.json
blob19bc4e2afc765aedacb09572af36444649cd267b
2   "name": "TFY_PickerView",
3   "version": "2.6.2",
4   "summary": "时间选择器,多种选择模式,适合多种选择",
5   "description": "时间选择器,多种选择模式,适合多种选择",
6   "homepage": "https://github.com/13662049573/TFY_PickerView",
7   "license": "MIT",
8   "authors": {
9     "tianfengyou": "420144542@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/13662049573/TFY_PickerView.git",
16     "tag": "2.6.2"
17   },
18   "source_files": "TFY_PickerView/TFY_PickerView/TFY_PickerHeader.h",
19   "resources": "TFY_PickerView/TFY_PickerView/TFY_CityBundle.bundle",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "TFY_Address",
28       "source_files": "TFY_PickerView/TFY_PickerView/TFY_Address/**/*.{h,m}",
29       "dependencies": {
30         "TFY_PickerView/TFY_Macro": [
32         ]
33       }
34     },
35     {
36       "name": "TFY_Date",
37       "source_files": "TFY_PickerView/TFY_PickerView/TFY_Date/**/*.{h,m}",
38       "dependencies": {
39         "TFY_PickerView/TFY_Macro": [
41         ]
42       }
43     },
44     {
45       "name": "TFY_Macro",
46       "source_files": "TFY_PickerView/TFY_PickerView/TFY_Macro/**/*.{h,m}"
47     },
48     {
49       "name": "TFY_String",
50       "source_files": "TFY_PickerView/TFY_PickerView/TFY_String/**/*.{h,m}",
51       "dependencies": {
52         "TFY_PickerView/TFY_Macro": [
54         ]
55       }
56     }
57   ]