blob: 70a7df84be33aea8f5706820deaf3573248ed308 [file] [log] [blame]
{
"name": "Cedar",
"version": "0.8.1",
"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": "0.8.1"
},
"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++98",
"CLANG_CXX_LIBRARY": "libstdc++"
},
"requires_arc": false
}