blob: 151c24b42f3a19c38e407a63728183b305fc3053 [file] [log] [blame]
{
"name": "ProxyKit",
"version": "1.0.1",
"summary": "SOCKS proxy server and socket client built upon GCDAsyncSocket.",
"homepage": "https://github.com/chrisballinger/ProxyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Ballinger": "chrisballinger@gmail.com"
},
"social_media_url": "https://github.com/chrisballinger/",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/chrisballinger/ProxyKit.git",
"tag": "1.0.1"
},
"source_files": "ProxyKit/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.3"
],
"CocoaLumberjack": [
"~> 1.8"
]
}
}