[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / b / 6 / stellar-ios-mac-sdk / 1.8.2 / stellar-ios-mac-sdk.podspec.json
blob97344b5a955c6d9578ec7ca6595a2295158f6c4a
2   "name": "stellar-ios-mac-sdk",
3   "version": "1.8.2",
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": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/Soneso/stellar-ios-mac-sdk.git",
22     "tag": "1.8.2"
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"