blob: ce51fc0dc8eab1872c999dc23d51f125cbdaba17 [file] [log] [blame]
{
"name": "kin-stellar-ios-mac-sdk",
"version": "1.7.5",
"summary": "stellar-ios-mac-sdk for Kin Blockchain",
"module_name": "stellarsdk",
"swift_versions": "5.0",
"description": "Fork of Soneso stellar-ios-mac-sdk that provides APIs to build transactions and connect to Horizon server on Kin Blockchain.",
"homepage": "https://github.com/kinecosystem/kin-stellar-ios-mac-sdk",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Kik Interactive Inc.": "engineering@kik.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/kinecosystem/kin-stellar-ios-mac-sdk.git",
"tag": "1.7.5"
},
"source_files": "stellarsdk/stellarsdk/**/*.{h,m,swift,c}",
"preserve_paths": "stellarsdk/stellarsdk/libs/**/*.{modulemap}",
"pod_target_xcconfig": {
"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",
"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",
"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"
},
"swift_version": "5.0"
}