[Add] AlibabacloudBssOpenApi20171214 3.1.0
[CocoaPods.git] / Specs / a / b / 6 / stellar-ios-mac-sdk / 2.5.5 / stellar-ios-mac-sdk.podspec.json
bloba0df89b7912aec89b28da6a5b611a8fe27b40a88
2   "name": "stellar-ios-mac-sdk",
3   "version": "2.5.5",
4   "summary": "Fully featured iOS and macOS SDK that provides APIs to build transactions and connect to Horizon server for the Stellar ecosystem.",
5   "module_name": "stellarsdk",
6   "swift_versions": "5.0",
7   "description": "The Soneso iOS and macOS Stellar SDK facilitates integration with the Stellar Horizon API server and submission of Stellar transactions, either in your iOS or macOS app. It has two main uses: querying Horizon and building, signing, and submitting transactions to the Stellar network. The SDK gives you access to all the endpoints exposed by Horizon. Using Horizon, many requests can be invoked in streaming mode. All available streaming endpoints are covered by the SDK and you can use the SDK streaming functions to listen for updates. The SDK also covers encoding and decoding of all XDR Objects available.",
8   "homepage": "https://github.com/Soneso/stellar-ios-mac-sdk",
9   "license": {
10     "type": "Apache 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Soneso": "stellarsdk@soneso.com"
15   },
16   "platforms": {
17     "ios": "12.0",
18     "osx": "12.0"
19   },
20   "source": {
21     "git": "https://github.com/Soneso/stellar-ios-mac-sdk.git",
22     "tag": "2.5.5"
23   },
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)/stellar-ios-mac-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/stellar-ios-mac-sdk/stellarsdk/stellarsdk/iphone",
28     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/stellar-ios-mac-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/stellar-ios-mac-sdk/stellarsdk/stellarsdk/simulator",
29     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/stellar-ios-mac-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/stellar-ios-mac-sdk/stellarsdk/stellarsdk/osx"
30   },
31   "swift_version": "5.0"