[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 2 / f / SocketIO / 0.0.1 / SocketIO.podspec.json
blobf13ee9be12caea780ee0af3536b26e92f62e8a1e
2   "name": "SocketIO",
3   "version": "0.0.1",
4   "summary": "SocketIO v0.1.x via JavaScriptCore",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "description": "                   A longer description of SocketIO in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
9   "homepage": "http://github.com/hden/SocketIO.JSCore",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Hao-kang Den": "haokang.den@gmail.com"
16   },
17   "social_media_url": "http://twitter.com/_hden",
18   "source": {
19     "git": "https://github.com/hden/SocketIO.JSCore.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "SocketIO/**/*.{h,m}",
23   "requires_arc": true,
24   "public_header_files": "SocketIO/**/*.h",
25   "dependencies": {
26     "Emitter": [
28     ]
29   },
30   "resource_bundles": {
31     "SocketIO": "SocketIO/*.html"
32   }