[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / 7 / 0 / XYJSocketRocket / 0.0.1 / XYJSocketRocket.podspec.json
blob6149464b228d283e5d726215050f7933df4cdbbd
2   "name": "XYJSocketRocket",
3   "version": "0.0.1",
4   "summary": "SocketRocket改名版。原地址https://github.com/facebookarchive/SocketRocket。",
5   "homepage": "https://github.com/445257607/XYJSRWebSocket",
6   "authors": {
7     "xiaoyingjun": "445257607@qq.com"
8   },
9   "license": "BSD",
10   "source": {
11     "git": "https://github.com/445257607/XYJSRWebSocket.git",
12     "tag": "0.0.1"
13   },
14   "requires_arc": true,
15   "source_files": "XYJSocketRocket/**/*.{h,m}",
16   "public_header_files": "XYJSocketRocket/*.h",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "ios": {
21     "frameworks": [
22       "CFNetwork",
23       "Security"
24     ]
25   }