blob: 6d01d0346da9a555a005835bee206b407fe05251 [file] [log] [blame]
{
"name": "cordova-plugin-advanced-http",
"version": "2.0.1",
"summary": "Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS, Android and Browser.\n\nThis is a fork of https://github.com/wymsee/cordova-HTTP Cordova-HTTP plugin.",
"homepage": "https://github.com/silkimen/cordova-plugin-advanced-http",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sefa Ilkimen": "email@address.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/silkimen/cordova-plugin-advanced-http.git",
"tag": "v2.0.1"
},
"source_files": [
"Classes",
"src/ios/**/*.{h,m}"
],
"dependencies": {
"Cordova": [
"~> 4.4.0"
],
"cordova-plugin-file": [
"~> 4.3"
]
}
}