[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 4 / 9 / GirdersSwift / 0.6.0 / GirdersSwift.podspec.json
blobf955204a966d3aa7d8a17887747a17f88a2c5a2d
2   "name": "GirdersSwift",
3   "version": "0.6.0",
4   "summary": "Girders for iOS, written in Swift.",
5   "homepage": "https://www.netcetera.com",
6   "authors": "Netcetera",
7   "description": "A library that reduces development time for iOS Swift applications.",
8   "platforms": {
9     "ios": "11.0"
10   },
11   "source": {
12     "git": "https://github.com/netceteragroup/GirdersSwift.git",
13     "tag": "0.6.0"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.0",
17   "module_name": "GirdersSwift",
18   "xcconfig": {
19     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Sources/GirdersSwift",
20     "SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "DEBUG"
21   },
22   "user_target_xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Sources\"",
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "license": {
30     "type": "commercial",
31     "text": "\n                 The copyright to the computer program(s) herein is the property of\n                 Netcetera AG, Switzerland.  The program(s) may be used and/or copied\n                 only with the written permission of Netcetera AG or in accordance\n                 with the terms and conditions stipulated in the agreement/contract\n                 under which the program(s) have been supplied.2\n              "
32   },
33   "source_files": "Sources/GirdersSwift/**/*.{swift}",
34   "dependencies": {
35     "SwiftyBeaver": [
36       "1.9.5"
37     ],
38     "KeychainAccess": [
39       "4.2.2"
40     ],
41     "PromiseKit": [
42       "6.17.1"
43     ]
44   },
45   "frameworks": [
46     "Foundation",
47     "Security"
48   ],
49   "vendored_frameworks": "Sources/GRSecurity.xcframework",
50   "swift_version": "5.0"