blob: e2a8a593d783b393348561616723fe7d52764867 [file] [log] [blame]
{
"name": "Apic",
"version": "3.3.0",
"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": "3.3.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "SystemConfiguration",
"pushed_with_swift_version": "3.0.2"
}