blob: 8d1f257244aae57550dca4dde7ad709f80e77a00 [file] [log] [blame]
{
"name": "Rhea",
"version": "0.2.4",
"summary": "A modern c++ constraint solver based on Cassowary.",
"homepage": "https://github.com/Nocte-/rhea",
"authors": {
"Nocte": "nocte@hippie.nu"
},
"license": "MIT",
"source": {
"git": "https://github.com/Nocte-/rhea.git",
"tag": "0.2.4"
},
"default_subspecs": "Default",
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Default",
"dependencies": {
"Rhea/Core": [
]
}
},
{
"name": "Core",
"source_files": "rhea/**/*.{h,hpp,cpp,c,m}"
}
]
}