blob: c327a503ae75e17f4d3c2a278fa20f707e16c7ff [file] [log] [blame]
{
"name": "TheKitchenSync",
"version": "1.0.2",
"summary": "From Cue: A Tool Belt for iOS Concurrency.",
"homepage": "https://www.cueup.com",
"license": "Apache",
"authors": {
"Aaron Sarazan": "aaron@cueup.com",
"Robby Walker": "robbyw@cueup.com"
},
"source": {
"git": "https://github.com/Cue/TheKitchenSync.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/**/*.{h,hpp,m,mm,cc,c,cpp}",
"exclude_files": "TheKitchenSyncTests",
"libraries": "c++",
"requires_arc": false,
"xcconfig": {
"CLANG_CXX_LIBRARY": "libc++",
"CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
"OTHER_CPLUSPLUSFLAGS": "-fobjc-call-cxx-cdtors"
}
}