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