[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / a / XpringKit / 1.1.3 / XpringKit.podspec.json
blob2612b9f413a7d63755a61c26f632ed4c0139a347
2   "name": "XpringKit",
3   "version": "1.1.3",
4   "summary": "XpringKit provides a Swift based SDK for interacting with Xpring Platform (XRP/ILP)",
5   "description": "XpringKit provides a Swift based SDK for interacting with Xpring Platform (XRP/ILP)\n\nXpringKit is part of the Xpring SDK. To learn more, visit: http://github.com/xpring-eng/Xpring-SDK.",
6   "homepage": "http://xpring.io",
7   "license": "MIT",
8   "authors": {
9     "Xpring Engineering": "xpring@ripple.com"
10   },
11   "source": {
12     "git": "https://github.com/xpring-eng/XpringKit.git",
13     "tag": "1.1.3"
14   },
15   "swift_versions": [
16     4.2
17   ],
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "prepare_command": "git submodule update --init --recursive && ./scripts/bundle_js.sh && ./scripts/regenerate_protos.sh",
24   "source_files": "XpringKit/**/*.swift",
25   "resources": [
26     "XpringKit/Resources/*"
27   ],
28   "dependencies": {
29     "BigInt": [
31     ],
32     "SwiftGRPC": [
34     ],
35     "SwiftProtobuf": [
37     ]
38   },
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "source_files": [
44         "Tests/**/*.swift"
45       ]
46     }
47   ],
48   "swift_version": "4.2"