blob: 8fdddbe4b84779446b728e81cdaad59cfa3365ec [file] [log] [blame]
{
"name": "SocketClusteriOS",
"version": "0.2.0",
"summary": "Official SocketCluster iOS Client (Beta)",
"description": " This is the Official SocketCluster iOS Client (Beta)\n Cocoapods integration still in test, if does not work, please\n go to Github to do manual integration\n",
"homepage": "http://socketcluster.io/",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Lihan Li": "lilihan.it@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/TopCloud/socketcluster-client-ios.git",
"tag": "releases/0.2.0"
},
"source_files": "SocketClusteriOS",
"exclude_files": "Classes/Exclude",
"ios": {
"resource_bundles": {
"SocketClusteriOSBundle": [
"SocketClusteriOS/socketcluster-webwrapper.html",
"SocketClusteriOS/WebViewJavascriptBridge.js.txt"
]
},
"frameworks": [
"JavaScriptCore",
"UIKit"
]
},
"requires_arc": true
}