blob: 0d0ac47497ad8b653215df1f8b3bd0b40cbba6e5 [file] [log] [blame]
{
"name": "Cedar",
"version": "0.11.3",
"license": {
"type": "MIT",
"file": "MIT.LICENSE.txt"
},
"summary": "BDD-style testing using Objective-C.",
"homepage": "https://github.com/pivotal/cedar",
"authors": {
"Pivotal Labs": "http://pivotallabs.com"
},
"source": {
"git": "https://github.com/pivotal/cedar.git",
"tag": "v0.11.3"
},
"platforms": {
"osx": "10.7",
"ios": "6.0"
},
"source_files": "Source/**/*.{h,m,mm}",
"osx": {
"exclude_files": "**/iPhone/**"
},
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
"CLANG_CXX_LIBRARY": "libc++"
},
"libraries": "c++",
"requires_arc": false
}