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",
12 "Kin Foundation": "kin@kik.com"
15 "git": "https://github.com/kinfoundation/kin-sdk-core-ios.git",
18 "prepare_command": "make get-geth",
19 "source_files": "KinSDK/KinSDK/**/*.swift",
22 "KinSDK/KinSDK/Resources/contractABI.json"
26 "KinSDK/Module/module.modulemap",
27 "KinSDK/Geth.framework/**/*",
28 "KinSDK/KinSDK/Resources/**/*",
32 "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/KinSDK/KinSDK",
33 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/KinSDK/KinSDK/Module",
34 "OTHER_LDFLAGS": "-framework Geth"
36 "pod_target_xcconfig": {
37 "OTHER_LDFLAGS[arch=i386]": "-read_only_relocs suppress -framework Geth",
43 "pushed_with_swift_version": "3"