blob: ed2fb189bf88ee72ed9fa0a79a8f41ed2fd3ffa7 [file] [log] [blame]
{
"name": "UpholdSdk",
"version": "0.7.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.7.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"KeychainSwift": [
"3.0.13"
],
"ObjectMapper": [
"1.2.0"
],
"PromiseKit": [
"3.2.1"
],
"SwiftClient": [
"2.0.3"
]
},
"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"
}
]
}