blob: 8dc8220d5a2fa2e45afdddaaef810c92d9e0873b [file] [log] [blame]
{
"name": "Apic",
"version": "3.0.5",
"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": "version_3.0.5"
},
"source_files": "Apic/*.swift",
"resources": "Apic/apic_properties.plist",
"requires_arc": true,
"frameworks": "SystemConfiguration",
"pushed_with_swift_version": "3.0"
}