blob: 94c9e54b5eca3c479c2a9d53bf99a9befa5dd1dd [file] [log] [blame]
{
"name": "Vicrab",
"version": "0.2.5",
"summary": "Vicrab client for cocoa",
"homepage": "https://github.com/vicrab/vicrab-cocoa",
"license": "MIT",
"authors": "Vicrab",
"source": {
"git": "https://github.com/vicrab/vicrab-cocoa.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "Vicrab",
"requires_arc": true,
"frameworks": "Foundation",
"libraries": [
"z",
"c++"
],
"xcconfig": {
"GCC_ENABLE_CPP_EXCEPTIONS": "YES"
},
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Vicrab/**/*.{h,m}",
"Sources/VicrabCrash/**/*.{h,m,mm,c,cpp}"
]
}
]
}