blob: 6febc664468270ef4a710fa852c7e24fb56b5b86 [file] [log] [blame]
{
"name": "AwsomeDataFetcher",
"version": "1.1.0",
"summary": "A CocoaPods library to fetch generic data",
"description": "A CocoaPods library written in Swift to fetch generic data over the network",
"homepage": "https://gitlab.com/dlobeau/awsomefilefetcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"didier lobeau": "didier.lobeau@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://gitlab.com/dlobeau/awsomefilefetcher.git",
"tag": "1.1.0"
},
"source_files": "AwsomeDataFetcher/**/*.{h,m,swift}",
"dependencies": {
"Alamofire": [
]
},
"swift_version": "4.2"
}