[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 1 / c / 3 / ZDFoundation / 1.3.12.beta.3 / ZDFoundation.podspec.json
blob59b8cdf07da3b970382c599f5a9706643375ed0e
2   "name": "ZDFoundation",
3   "version": "1.3.12.beta.3",
4   "summary": "ZDFoundation will be used by multiplatform (iOS / macOS) ZuluDesk apps.",
5   "homepage": "https://git.zuludesk.com/developers/com.zuludesk.zdfoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Robert Veringa": "robert@zuludesk.com"
12   },
13   "source": {
14     "git": "https://git.zuludesk.com/developers/com.zuludesk.zdfoundation.git",
15     "tag": "1.3.12.beta.3"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.13"
20   },
21   "source_files": "ZDFoundation/Classes/**/*",
22   "swift_versions": "5.0",
23   "dependencies": {
24     "Alamofire": [
25       "= 5.0.0.beta.4"
26     ],
27     "KeychainAccess": [
28       "= 3.2.0"
29     ]
30   },
31   "deprecated": true,
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "Example/Tests/**/*.swift",
37       "resources": "Example/Tests/**/*.json",
38       "dependencies": {
39         "OHHTTPStubs/Swift": [
41         ]
42       }
43     }
44   ],
45   "swift_version": "5.0"