blob: 23d78050416ef4a80241a906a6ab59425cf7e0bb [file] [log] [blame]
{
"name": "Vox",
"version": "1.2.0",
"license": "MIT",
"summary": "A Swift JSONAPI framework",
"authors": "Aron Balog",
"homepage": "http://undabot.com",
"source": {
"git": "https://github.com/aronbalog/Vox.git",
"tag": "1.2.0"
},
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Vox/Core/**/*.{swift,m,h}"
},
{
"name": "Alamofire",
"source_files": "Vox/Plugins/Alamofire/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ALAMOFIRE"
},
"dependencies": {
"Vox/Core": [
],
"Alamofire": [
"~> 4.7"
]
}
}
]
}