blob: cd2121a69e138685de68a6c1ee8d6bcda38a1492 [file] [log] [blame]
{
"name": "LivecenterKit",
"version": "0.1.5",
"summary": "Livecenter SDK for iOS",
"documentation_url": "https://github.com/thoughtchimp/livecenter-ios-sample",
"homepage": "https://github.com/thoughtchimp/livecenter-ios-sdk.git",
"license": "MIT",
"authors": {
"Thoughtchimp": "whoop@thoughtchimp.com"
},
"source": {
"git": "https://github.com/thoughtchimp/livecenter-ios-sdk.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Framework/LivecenterKit.framework"
},
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"SwiftyJSON": [
]
}
}