[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / e / 4 / 9 / GirdersSwift / 0.2.3 / GirdersSwift.podspec.json
blobfa9a7215b7144d94d0dc011ce37289b2b26ca383
2   "name": "GirdersSwift",
3   "version": "0.2.3",
4   "summary": "Girders for iOS, written in Swift.",
5   "homepage": "http://www.netcetera.com",
6   "authors": "Netcetera",
7   "description": "A library that reduces development time for iOS Swift applications.",
8   "platforms": {
9     "ios": "9.0"
10   },
11   "source": {
12     "git": "https://github.com/netceteragroup/GirdersSwift.git",
13     "tag": "0.2.3"
14   },
15   "requires_arc": true,
16   "swift_version": "4.1",
17   "module_name": "GirdersSwift",
18   "xcconfig": {
19     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/GirdersSwift",
20     "SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "DEBUG"
21   },
22   "user_target_xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/GirdersSwift/framework\""
24   },
25   "preserve_paths": "module.modulemap",
26   "license": {
27     "type": "commercial",
28     "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              "
29   },
30   "source_files": "GirdersSwift/src/main/**/*.{swift}",
31   "dependencies": {
32     "SwiftyBeaver": [
33       "1.5.2"
34     ],
35     "KeychainAccess": [
36       "3.1.1"
37     ],
38     "PromiseKit": [
39       "6.2.7"
40     ]
41   },
42   "frameworks": [
43     "Foundation",
44     "Security"
45   ],
46   "vendored_frameworks": "framework/GRSecurity.framework",
47   "prepare_command": "ruby updateXcodePath.rb"