blob: cad49ec43ac41963a62fba9a81faaea07593a381 [file] [log] [blame]
{
"name": "WhiteLabel",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Swift SDK for the White Label API.",
"homepage": "https://github.com/White-Label/Swift-SDK",
"social_media_url": "https://twitter.com/NoonPacific",
"authors": {
"Alex Givens": "alex@noonpacific.com"
},
"source": {
"git": "https://github.com/White-Label/Swift-SDK.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "WhiteLabel/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.4"
]
}
}