blob: 14bafc69eb6013bdf62eea557ca1f4556c1a37de [file] [log] [blame]
{
"name": "AsyncNetwork",
"version": "1.1.0",
"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.0"
},
"requires_arc": true,
"source_files": "AsyncNetwork/**/*.[mh]",
"public_header_files": "AsyncNetwork/**/*.h",
"osx": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"platforms": {
"osx": "10.7",
"ios": "5.0"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
}
}