[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / c / 0 / OmiseGO / 1.1.0 / OmiseGO.podspec.json
bloba0c2fee19425f88e86c08aff7b81baee0f8b4451
2   "name": "OmiseGO",
3   "version": "1.1.0",
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.1.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_version": "4.2",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Source/Core/**/*.swift",
23       "dependencies": {
24         "Starscream": [
25           "~> 3.0"
26         ],
27         "BigInt": [
28           "~> 3.1"
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   ]