blob: 6c7d3b9d1bd30f18e887244ac1defc6715a9e370 [file] [log] [blame]
{
"name": "PureCloudApi",
"version": "0.0.2",
"summary": "Swift wrapper around the PureCloud Public API.",
"homepage": "https://github.com/MyPureCloud/purecloud_api_sdk_ios.git",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/MyPureCloud/purecloud_api_sdk_ios.git",
"tag": "0.0.2"
},
"authors": {
"Shashikant": "shashikant.more@inin.com"
},
"license": "Apache License, Version 2.0",
"source_files": "PureCloudApi/Classes/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1.4"
]
}
}