| { |
| "name": "AsyncTCP", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "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 |
| } |