[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / 6 / Cedar / 0.8.1 / Cedar.podspec.json
blob70a7df84be33aea8f5706820deaf3573248ed308
2   "name": "Cedar",
3   "version": "0.8.1",
4   "license": {
5     "type": "MIT",
6     "file": "MIT.LICENSE"
7   },
8   "summary": "BDD-style testing using Objective-C.",
9   "homepage": "https://github.com/pivotal/cedar",
10   "authors": {
11     "Pivotal Labs": "http://pivotallabs.com"
12   },
13   "source": {
14     "git": "https://github.com/pivotal/cedar.git",
15     "tag": "0.8.1"
16   },
17   "source_files": "Source/**/*.{h,m,mm}",
18   "ios": {
19     "exclude_files": "**/CDROTestRunner.m",
20     "header_dir": "Cedar-iOS"
21   },
22   "osx": {
23     "exclude_files": "**/iPhone/**"
24   },
25   "xcconfig": {
26     "CLANG_CXX_LANGUAGE_STANDARD": "c++98",
27     "CLANG_CXX_LIBRARY": "libstdc++"
28   },
29   "requires_arc": false