blob: a33a63953d9774bad365b1a820bcd16a257cd002 [file] [log] [blame]
{
"name": "OmiseGO",
"version": "0.10.1",
"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": "0.10.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"dependencies": {
"Starscream": [
"~> 3.0"
],
"BigInt": [
"~> 3.1"
]
},
"source_files": "Source/**/*.swift"
}