blob: 66fdf62bc240580ce7fdd873ddd1085984ab1686 [file] [log] [blame]
{
"name": "SYProxy",
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"version": "1.0.0",
"license": "Custom",
"summary": "NSURLProtocol subclass to implement in-app proxying",
"homepage": "https://github.com/dvkch/SYProxy",
"authors": {
"Stan Chevallier": "contact@syan.me"
},
"source": {
"git": "https://github.com/dvkch/SYProxy.git",
"tag": "1.0.0"
},
"source_files": "SYProxy/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}