blob: af83f565bdf99fbf3cf2a20bcd0b31a6544af069 [file] [log] [blame]
{
"name": "UpholdSdk",
"version": "0.9.0",
"summary": "The Uphold Swift SDK",
"description": "Uphold Swift SDK\n\nThis SDK provides an abstraction from the Uphold api.\nMore information of the Uphold developer tools available at: https://uphold.com/en/developer/api",
"homepage": "https://github.com/uphold/uphold-sdk-ios",
"license": "MIT",
"authors": {
"Diogo GuimarĂ£es": "guimaraes@uphold.com",
"Sandro Machado": "sandro@uphold.com"
},
"source": {
"git": "https://github.com/uphold/uphold-sdk-ios.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"dependencies": {
"KeychainSwift": [
"7.0.1"
],
"ObjectMapper": [
"2.2.8"
],
"PromiseKit": [
"4.1.8"
],
"SwiftClient": [
"3.0.1"
]
},
"subspecs": [
{
"name": "Source",
"source_files": "Source/**/*.swift"
},
{
"name": "Production",
"dependencies": {
"UpholdSdk/Source": [
]
},
"resources": "Configurations/Production/*.plist"
},
{
"name": "Sandbox",
"dependencies": {
"UpholdSdk/Source": [
]
},
"resources": "Configurations/Sandbox/*.plist"
}
]
}