blob: 7c6f8d72a05f57bae755c3046c894dcea57ad4aa [file] [log] [blame]
{
"name": "Cronet",
"version": "84.0.4106.0-dev",
"summary": "Cronet is the networking stack of Chromium put into a library for use on mobile",
"description": "Cronet is the networking stack of Chromium put into a library for use on mobile. \nThis is the same networking stack that is used in the Chrome browser by over a billion people. \nIt offers an easy-to-use, high performance, standards-compliant, and secure way to perform HTTP requests. \nCronet has support for both Android and iOS",
"homepage": "https://chromium.googlesource.com/chromium/src/+/master/components/cronet",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"akshetpandey": "akshet@pocketgems.com",
"Chromium Developers": "net-dev@chromium.org"
},
"source": {
"git": "https://github.com/akshetpandey/Cronet.framework.git",
"tag": "v84.0.4106.0-dev"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"vendored_frameworks": "Frameworks/Cronet.framework",
"frameworks": "SystemConfiguration"
}