[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / 9 / b / CCRegionSelector / 1.0 / CCRegionSelector.podspec.json
blobf78f790ea0784ede00b993c2bfa9aa3649b89826
2   "name": "CCRegionSelector",
3   "version": "1.0",
4   "summary": "A custom view to select a region",
5   "swift_versions": "5.0",
6   "description": "A custom view to select a region and written in Swift.",
7   "homepage": "https://github.com/ChadChang/CCRegionSelector",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ChadChang": "chadchang.tw@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ChadChang/CCRegionSelector.git",
17     "tag": "1.0"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "CCRegionSelector/Classes/**/*",
23   "resources": "CCRegionSelector/Assets/*.{json}",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "CCRegionSelector/Tests/*.swift"
29     }
30   ],
31   "swift_version": "5.0"