[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 4 / HJAsyncTcpCommunicator / 1.0.1 / HJAsyncTcpCommunicator.podspec.json
bloba6fb925aef29d5aff4f78d45c23cc565344e544e
2   "name": "HJAsyncTcpCommunicator",
3   "version": "1.0.1",
4   "summary": "Asynchronous TCP communication module based on Hydra framework.",
5   "homepage": "https://github.com/P9SOFT/HJAsyncTcpCommunicator",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Tae Hyun Na": "taehyun.na@gmail.com"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/P9SOFT/HJAsyncTcpCommunicator.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "Sources/*.{h,m}",
21   "public_header_files": "Sources/*.h",
22   "dependencies": {
23     "Hydra": [
25     ]
26   }