[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / c / Columbus / 0.6.1 / Columbus.podspec.json
blob54cc615cd3a8b491130cc29363769ae115e4a3af
2   "name": "Columbus",
3   "version": "0.6.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A country picker for iOS, tvOS and watchOS.",
9   "description": "A country picker for iOS, tvOS and watchOS with features you will only find distributed in many different country-picker implementations.",
10   "homepage": "https://github.com/blackjacx/Columbus",
11   "social_media_url": "https://twitter.com/Blackjacxxx",
12   "authors": {
13     "Stefan Herold": "stefan.herold@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/blackjacx/Columbus.git",
17     "tag": "0.6.1"
18   },
19   "source_files": "Columbus/Classes/**/*",
20   "platforms": {
21     "ios": "11.0",
22     "tvos": "11.0"
23   },
24   "resource_bundles": {
25     "Columbus": [
26       "Columbus/Resources/*.{json,xcassets}"
27     ]
28   },
29   "frameworks": "UIKit",
30   "testspecs": [
31     {
32       "name": "UnitTests",
33       "test_type": "unit",
34       "requires_app_host": true,
35       "source_files": "Example/Tests/**/*.{swift}",
36       "dependencies": {
37         "Quick": [
39         ],
40         "Nimble": [
42         ]
43       }
44     }
45   ]