blob: c1b1162576d53c0cffeedb3ad43695190715f784 [file] [log] [blame]
{
"name": "OmiseGO",
"version": "1.2.0.beta.2",
"license": "Apache",
"summary": "The OmiseGO iOS SDK allows developers to easily interact with a node of the OmiseGO eWallet.",
"homepage": "https://github.com/omisego/ios-sdk",
"social_media_url": "https://twitter.com/omise_go",
"authors": {
"OmiseGO team": "omg@omise.co"
},
"source": {
"git": "https://github.com/omisego/ios-sdk.git",
"tag": "1.2.0.beta.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"dependencies": {
"Starscream": [
"~> 3.1"
],
"BigInt": [
"~> 4.0"
]
}
},
{
"name": "Client",
"source_files": "Source/Client/**/*.swift",
"dependencies": {
"OmiseGO/Core": [
]
}
},
{
"name": "Admin",
"source_files": "Source/Admin/**/*.swift",
"dependencies": {
"OmiseGO/Core": [
]
}
}
]
}