[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / 1 / AsyncTCP / 1.0.0 / AsyncTCP.podspec.json
bloba7573c9c121580b5324b1003c55ddf94bb151e9b
2   "name": "AsyncTCP",
3   "version": "1.0.0",
4   "summary": "Lightweight, simple and asynchronous TCP sockets",
5   "description": "A tiny library easing TCP connections handling. Provides a set of classes for the user to connect to a remote server as a client and is able to host a server on its own",
6   "homepage": "https://github.com/mateuszstompor/AsyncTCP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mateusz StompoĢr": "mateusz.stompor@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0",
16     "osx": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/mateuszstompor/AsyncTCP.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "AsyncTCP/**/*.{h,m}",
23   "exclude_files": "AsyncTCPTests/**/*.{h,m}",
24   "osx": {
25     "exclude_files": "AsyncTCP/iOS/*.h",
26     "frameworks": "Cocoa"
27   },
28   "ios": {
29     "exclude_files": "AsyncTCP/macOS/*.h"
30   },
31   "preserve_paths": "README.md",
32   "requires_arc": true