blob: a019a95b695e376d2b7ec37e70c44cadc787dacf [file] [log] [blame]
{
"name": "TPLHttpInterceptor",
"version": "0.1.1",
"summary": "Intercept (and modify) NSURLRequests",
"description": "Intercept (and modify) NSURLRequests\n\nTPLHttpInterceptor enables you to intercept and modify all NSURLRequests,\nalso requests which are not triggered from your own code (UIWebView, other libraries, ...)",
"homepage": "https://github.com/thepeaklab/TPLHttpInterceptor",
"license": "MIT",
"authors": {
"Christoph Pageler": "cp@thepeaklab.com"
},
"source": {
"git": "https://github.com/thepeaklab/TPLHttpInterceptor.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/thepeaklab",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TPLHttpInterceptor": [
"Pod/Assets/*.png"
]
}
}