[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / a / XpringKit / 1.2.0 / XpringKit.podspec.json
blob6d04fc40bf7b0b71b6b3364338dc4c6ded2b80f3
2   "name": "XpringKit",
3   "version": "1.2.0",
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.2.0"
14   },
15   "swift_versions": [
16     4.2
17   ],
18   "requires_arc": true,
19   "platforms": {
20     "ios": "12.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   "frameworks": "Foundation",
40   "testspecs": [
41     {
42       "name": "Tests",
43       "test_type": "unit",
44       "source_files": [
45         "Tests/**/*.swift"
46       ],
47       "dependencies": {
48         "BigInt": [
50         ]
51       },
52       "frameworks": "Foundation"
53     }
54   ],
55   "swift_version": "4.2"