blob: 8b5d78b369cb02cdc255bb1bffcd1f7d5933e970 [file] [log] [blame]
{
"name": "Apic",
"version": "4.0.6",
"summary": "Apic is a library that parses JSON API responses into swift objects",
"homepage": "https://github.com/JuanjoArreola/Apic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juanjo Arreola": "juanjo.arreola@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/JuanjoArreola/Apic.git",
"tag": "4.0.6",
"branch": "legacy4"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"ios": {
"frameworks": "SystemConfiguration"
},
"osx": {
"frameworks": "SystemConfiguration"
},
"tvos": {
"frameworks": "SystemConfiguration"
},
"dependencies": {
"AsyncRequest": [
"~> 2.1.0"
]
},
"pushed_with_swift_version": "4.0"
}