[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 0 / 6 / 7 / ZJSocketLib / 0.1.0 / ZJSocketLib.podspec.json
blobd38ee7e0e01954570c418f2f99f030e80d44a160
2   "name": "ZJSocketLib",
3   "version": "0.1.0",
4   "summary": "a pod for socket connection.",
5   "description": "a pod for socket connection,a pod for socket connection",
6   "homepage": "https://github.com/ingridzhang/ZJSocketLib",
7   "license": "MIT",
8   "authors": {
9     "ingridzhang": "542727052@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ingridzhang/ZJSocketLib.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ZJSocketLib": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "CocoaAsyncSocket": [
27       "~> 7.4.2"
28     ]
29   }