[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / DDTCPClient / 0.0.6 / DDTCPClient.podspec.json
blob3918334d8c31e71dc28325f2886e386c83849f2a
2   "name": "DDTCPClient",
3   "version": "0.0.6",
4   "summary": "A client of socket",
5   "homepage": "https://github.com/longxdragon/DDTCPClient",
6   "license": "MIT",
7   "authors": {
8     "longxdragon": "longxdragon@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/longxdragon/DDTCPClient.git",
15     "tag": "0.0.6"
16   },
17   "source_files": "Source/DDTCPClient/*.{h,m}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "dependencies": {
21     "CocoaAsyncSocket": [
22       "~> 7.6.2"
23     ]
24   }