[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 1 / KinSDK / 0.3.9 / KinSDK.podspec.json
blob8ccedef56adb7992e81ed729d454eb4b03cf31a6
2   "name": "KinSDK",
3   "version": "0.3.9",
4   "summary": "pod for the KIN SDK.",
5   "description": "Initial pod for the KIN SDK.",
6   "homepage": "https://github.com/kinfoundation/kin-sdk-core-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Kin Foundation": "kin@kik.com"
13   },
14   "source": {
15     "git": "https://github.com/kinfoundation/kin-sdk-core-ios.git",
16     "tag": "0.3.9"
17   },
18   "prepare_command": "make get-geth",
19   "source_files": "KinSDK/KinSDK/**/*.swift",
20   "resource_bundles": {
21     "KinSDK": [
22       "KinSDK/KinSDK/Resources/contractABI.json"
23     ]
24   },
25   "preserve_paths": [
26     "KinSDK/Module/module.modulemap",
27     "KinSDK/Geth.framework/**/*",
28     "KinSDK/KinSDK/Resources/**/*",
29     "geth-commit"
30   ],
31   "xcconfig": {
32     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/KinSDK/KinSDK",
33     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/KinSDK/KinSDK/Module",
34     "OTHER_LDFLAGS": "-framework Geth"
35   },
36   "pod_target_xcconfig": {
37     "OTHER_LDFLAGS[arch=i386]": "-read_only_relocs suppress -framework Geth",
38     "SWIFT_VERSION": "3"
39   },
40   "platforms": {
41     "ios": "8.0"
42   },
43   "pushed_with_swift_version": "3"