[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 3 / 1 / AsyncTCP / 0.0.10 / AsyncTCP.podspec.json
blob5af5a086896925556d1844abf241e5b25bf8cc83
2   "name": "AsyncTCP",
3   "version": "0.0.10",
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": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/mateuszstompor/AsyncTCP.git",
20     "tag": "0.0.10"
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