[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 2 / b / YMCitySelector / 0.1.0 / YMCitySelector.podspec.json
blobbb7a41522fda5a661704f2aa81e54c8484cc9e38
2   "name": "YMCitySelector",
3   "version": "0.1.0",
4   "summary": "3个table样式的城市选择器",
5   "description": "简洁高效的城市选择器,3个tableview组成,支持设置默认值(在show方法调用后才能设置默认值),选择使用block回调,调用简单,只需要3行代码,即可实现漂亮的城市选择器。",
6   "homepage": "https://github.com/yanmingLiu/YMCitySelector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yanmingLiu": "lwb374402328@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yanmingLiu/YMCitySelector.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YMCitySelector/Classes/**/*",
22   "resource_bundles": {
23     "YMCitySelector": [
24       "YMCitySelector/Assets/*"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "YYKit": [
32     ]
33   }