blob: 0176d05269cd2722afb9d758eff3bf8dd1a3d4da [file] [log] [blame]
{
"name": "ZDFoundation",
"version": "1.3.12.beta.6",
"summary": "ZDFoundation will be used by multiplatform (iOS / macOS) ZuluDesk apps.",
"homepage": "https://git.zuludesk.com/developers/com.zuludesk.zdfoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Veringa": "robert@zuludesk.com"
},
"source": {
"git": "https://git.zuludesk.com/developers/com.zuludesk.zdfoundation.git",
"tag": "1.3.12.beta.6"
},
"platforms": {
"ios": "10.0",
"osx": "10.13"
},
"source_files": "ZDFoundation/Classes/**/*",
"swift_versions": "5.0",
"dependencies": {
"Alamofire": [
"= 5.0.0.beta.4"
],
"KeychainAccess": [
"= 3.2.0"
]
},
"deprecated": true,
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Example/Tests/**/*.swift",
"resources": "Example/Tests/**/*.json",
"dependencies": {
"OHHTTPStubs/Swift": [
]
}
}
],
"swift_version": "5.0"
}