blob: 6d387a8699c8559b998ae1294b83212e221694f6 [file] [log] [blame]
{
"name": "Apic",
"version": "2.2.2",
"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_2.2.2"
},
"source_files": "Apic/*.swift",
"resources": "Apic/apic_properties.plist",
"requires_arc": true,
"frameworks": "SystemConfiguration"
}