blob: c0a52a7765e3cc6ce2f95a76402c2a93a775ffad [file] [log] [blame]
{
"name": "WebViewProxy",
"version": "1.0.1",
"summary": "A standalone iOS & OSX class for intercepting and proxying HTTP requests (e.g. from a Web View)",
"homepage": "https://github.com/marcuswestin/WebViewProxy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marcuswestin": "marcus.westin@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/marcuswestin/WebViewProxy.git",
"tag": "v1.0.1"
},
"ios": {
"source_files": "WebViewProxy/*.{h,m}",
"frameworks": "UIKit"
},
"osx": {
"source_files": "WebViewProxy/*.{h,m}",
"frameworks": "WebKit"
}
}