blob: c1bc5a4934329879304450380169a38e50cd71e6 [file] [log] [blame]
{
"name": "AsyncNetwork",
"version": "1.1.1",
"summary": "Simple Socket Networking",
"description": "iOS / Cocoa Framework for socket networking based on CocoaAsyncSocket",
"homepage": "https://github.com/jdiehl/async-network",
"license": "MIT",
"authors": "Jonathan Diehl",
"source": {
"git": "https://github.com/jdiehl/async-network.git",
"tag": "1.1.1"
},
"requires_arc": true,
"source_files": "AsyncNetwork",
"osx": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"platforms": {
"osx": "10.7",
"ios": "5.0"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"dependencies": {
"CocoaAsyncSocket": [
]
}
}