blob: 10d01697cc828c4f52cea79577a409f2812a29b4 [file] [log] [blame]
{
"name": "LivecenterKit",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Framework/LivecenterKit.framework"
},
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"SwiftyJSON": [
]
}
}