2 "name": "kin-stellar-ios-mac-sdk",
4 "summary": "stellar-ios-mac-sdk for Kin Blockchain",
5 "module_name": "stellarsdk",
6 "swift_versions": "5.0",
7 "description": "Fork of Soneso stellar-ios-mac-sdk that provides APIs to build transactions and connect to Horizon server on Kin Blockchain.",
8 "homepage": "https://github.com/kinecosystem/kin-stellar-ios-mac-sdk",
14 "Kik Interactive Inc.": "engineering@kik.com"
21 "git": "https://github.com/kinecosystem/kin-stellar-ios-mac-sdk.git",
24 "source_files": "stellarsdk/stellarsdk/**/*.{h,m,swift,c}",
25 "preserve_paths": "stellarsdk/stellarsdk/libs/**/*.{modulemap}",
26 "pod_target_xcconfig": {
27 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/kin-stellar-ios-mac-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/kin-stellar-ios-mac-sdk/stellarsdk/stellarsdk/iphone",
28 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/kin-stellar-ios-mac-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/kin-stellar-ios-mac-sdk/stellarsdk/stellarsdk/simulator",
29 "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/kin-stellar-ios-mac-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/kin-stellar-ios-mac-sdk/stellarsdk/stellarsdk/osx"
31 "swift_version": "5.0"