blob: 5af5a086896925556d1844abf241e5b25bf8cc83 [file] [log] [blame]
{
"name": "AsyncTCP",
"version": "0.0.10",
"summary": "Lightweight, simple and asynchronous TCP sockets",
"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",
"homepage": "https://github.com/mateuszstompor/AsyncTCP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mateusz StompoĢr": "mateusz.stompor@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/mateuszstompor/AsyncTCP.git",
"tag": "0.0.10"
},
"source_files": "AsyncTCP/**/*.{h,m}",
"exclude_files": "AsyncTCPTests/**/*.{h,m}",
"osx": {
"exclude_files": "AsyncTCP/iOS/*.h",
"frameworks": "Cocoa"
},
"ios": {
"exclude_files": "AsyncTCP/macOS/*.h"
},
"preserve_paths": "README.md",
"requires_arc": true
}