[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 9 / b / CCRegionSelector / 1.1.0 / CCRegionSelector.podspec.json
blob69c5f5419b20d51aa88e8c1222b2093e874c0c14
2   "name": "CCRegionSelector",
3   "version": "1.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.1.0"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "Sources/CCRegionSelector/Classes/**/*",
23   "resources": "Sources/CCRegionSelector/Assets/*.{json}",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/CCRegionSelectorTests/**/*"
29     }
30   ],
31   "swift_version": "5.0"