blob: 35bc2c367e19256a8f56e29401ff1ae32098eec8 [file] [log] [blame]
{
"name": "GooseNet",
"version": "0.1.0",
"summary": "A tiny vanilla async networking convenience pod using GCD and dataTask",
"description": "\"This CocoaPods library is meant as a minimalistic async networking layer for reuse across projects to cut down on code repetition. Upcoming features include SSL-Pinning helpers for security concerns, request retrying, and webSocketTask and streamTask support\"",
"homepage": "https://github.com/aviatoali/GooseNet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aviatoali": "aviatoali@gmail.com"
},
"source": {
"git": "https://github.com/aviatoali/GooseNet.git",
"tag": "0.1.0"
},
"social_media_url": "https://www.linkedin.com/in/ali-shah-717144123/",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "GooseNet/Classes/**/*",
"swift_version": "5.0"
}