[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / c / 0 / OmiseGO / 1.2.0.beta.2 / OmiseGO.podspec.json
blobc1b1162576d53c0cffeedb3ad43695190715f784
2   "name": "OmiseGO",
3   "version": "1.2.0.beta.2",
4   "license": "Apache",
5   "summary": "The OmiseGO iOS SDK allows developers to easily interact with a node of the OmiseGO eWallet.",
6   "homepage": "https://github.com/omisego/ios-sdk",
7   "social_media_url": "https://twitter.com/omise_go",
8   "authors": {
9     "OmiseGO team": "omg@omise.co"
10   },
11   "source": {
12     "git": "https://github.com/omisego/ios-sdk.git",
13     "tag": "1.2.0.beta.2"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_version": "5.0",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Source/Core/**/*.swift",
23       "dependencies": {
24         "Starscream": [
25           "~> 3.1"
26         ],
27         "BigInt": [
28           "~> 4.0"
29         ]
30       }
31     },
32     {
33       "name": "Client",
34       "source_files": "Source/Client/**/*.swift",
35       "dependencies": {
36         "OmiseGO/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Admin",
43       "source_files": "Source/Admin/**/*.swift",
44       "dependencies": {
45         "OmiseGO/Core": [
47         ]
48       }
49     }
50   ]