[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / a / XpringKit / 1.0.3 / XpringKit.podspec.json
blobd584aca92a3b74113b03a44332208fedcaba1090
2   "name": "XpringKit",
3   "version": "1.0.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)",
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.0.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   "source_files": "XpringKit/**/*.swift",
24   "resources": "XpringKit/Resources/*",
25   "dependencies": {
26     "SwiftGRPC": [
28     ],
29     "SwiftProtobuf": [
31     ]
32   },
33   "swift_version": "4.2",
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": [
39         "Tests/**/*.swift"
40       ]
41     }
42   ]