blob: 0aa9d4a74bb28313341a1d58597afff5bc6cb83b [file] [log] [blame]
{
"name": "Cedar",
"version": "0.9.5",
"license": {
"type": "MIT",
"file": "MIT.LICENSE"
},
"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.9.5"
},
"platforms": {
"osx": "10.7",
"ios": "5.0"
},
"source_files": "Source/**/*.{h,m,mm}",
"ios": {
"exclude_files": "**/CDROTestRunner.m",
"header_dir": "Cedar-iOS"
},
"osx": {
"exclude_files": "**/iPhone/**"
},
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
"CLANG_CXX_LIBRARY": "libc++"
},
"requires_arc": false
}