blob: 8b1019d9d6ab9611be94f97b46068c7cf2346fda [file] [log] [blame]
{
"name": "WebViewProxy",
"version": "0.2.5",
"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": "v0.2.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": "WebViewProxy/*.{h,m}",
"frameworks": "UIKit"
}