blob: 44f60ab024beb4127c51de4936e15c6fd2b62e45 [file] [log] [blame]
{
"name": "FDNetwork",
"version": "0.1",
"summary": "FineDine Network",
"description": "FineDine Network library, written in Swift.",
"homepage": "https://github.com/finedine/FDNetwork-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FineDine": "info@finedinemenu.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/finedine/FDNetwork-iOS.git",
"tag": "0.1"
},
"source_files": [
"FDNetwork",
"FDNetwork/**/*.swift"
],
"dependencies": {
"Alamofire": [
"4.9.1"
]
},
"swift_version": "5.0"
}