blob: ce3702af6d1360c1549cda65a6fa3864b0c834d7 [file] [log] [blame]
{
"name": "SocketClusteriOS",
"version": "0.3.1",
"summary": "Official SocketCluster iOS Client (Beta)",
"description": " This is the Official SocketCluster iOS Client (Beta)\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.3.1"
},
"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
}