blob: 7c06b04e491a1a4f90623199509b3657d601dcd3 [file] [log] [blame]
{
"name": "Symphony",
"version": "0.5.0",
"summary": "High-level Networking And Storage Abstraction",
"description": "Builds on August and ConvertibleArchiver frameworks to provide a higher-level networking and storage abstraction.",
"homepage": "https://github.com/bradhilton/Symphony",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/Symphony.git",
"tag": "0.5.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Symphony",
"Symphony/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~> 3.0.0"
],
"August": [
"~> 0.4.3"
],
"ConvertibleArchiver": [
"~> 0.4.2"
]
}
}