[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 4 / stellar-ios-sdk / 1.0.3 / stellar-ios-sdk.podspec.json
blobea2b5a50624a6a6691e0302f7d82af4b44aeaf6d
2   "name": "stellar-ios-sdk",
3   "version": "1.0.3",
4   "summary": "Fully featured iOS 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://gitee.com/jia_lixin/stellar-ios-sdk.git",
9   "license": {
10     "type": "Apache 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "贾利鑫": "jialx@jndongjin.com.cn"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://gitee.com/jia_lixin/stellar-ios-sdk.git",
21     "tag": "1.0.3"
22   },
23   "source_files": "stellarsdk/stellarsdk/**/*.{h,m,swift,c}",
24   "preserve_paths": "stellarsdk/stellarsdk/libs/**/*.{modulemap}",
25   "pod_target_xcconfig": {
26     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/stellar-ios-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/stellar-ios-sdk/stellarsdk/stellarsdk/iphone",
27     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/stellar-ios-sdk/stellarsdk/stellarsdk/libs/ed25519-C/** $(SRCROOT)/stellar-ios-sdk/stellarsdk/stellarsdk/simulator"
28   },
29   "swift_version": "5.0"