[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 9 / 2 / kin-stellar-ios-mac-sdk / 1.7.5 / kin-stellar-ios-mac-sdk.podspec.json
blobce51fc0dc8eab1872c999dc23d51f125cbdaba17
2   "name": "kin-stellar-ios-mac-sdk",
3   "version": "1.7.5",
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",
9   "license": {
10     "type": "Apache 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Kik Interactive Inc.": "engineering@kik.com"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/kinecosystem/kin-stellar-ios-mac-sdk.git",
22     "tag": "1.7.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)/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"
30   },
31   "swift_version": "5.0"