[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / DDTCPClient / 0.0.1 / DDTCPClient.podspec.json
blobbf47e3691e0679acb8a34d45c63610b8f5ea2600
2   "name": "DDTCPClient",
3   "version": "0.0.1",
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.1"
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     "Reachability": [
26     ]
27   }