[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 2 / 0 / cordova-plugin-advanced-http / 2.0.1 / cordova-plugin-advanced-http.podspec.json
blob6d01d0346da9a555a005835bee206b407fe05251
2   "name": "cordova-plugin-advanced-http",
3   "version": "2.0.1",
4   "summary": "Cordova / Phonegap plugin for communicating with HTTP servers.  Allows for SSL pinning!",
5   "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.",
6   "homepage": "https://github.com/silkimen/cordova-plugin-advanced-http",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sefa Ilkimen": "email@address.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/silkimen/cordova-plugin-advanced-http.git",
19     "tag": "v2.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "src/ios/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "Cordova": [
27       "~> 4.4.0"
28     ],
29     "cordova-plugin-file": [
30       "~> 4.3"
31     ]
32   }