[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / 6 / Cedar / 0.13.0 / Cedar.podspec.json
blob7c54d33e79c2f6912b130552ddc6567cfabb8308
2   "name": "Cedar",
3   "version": "0.13.0",
4   "license": {
5     "type": "MIT",
6     "file": "MIT.LICENSE.txt"
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": "v0.13.0"
16   },
17   "platforms": {
18     "osx": "10.7",
19     "ios": "6.0",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Source/**/*.{h,m,mm}",
24   "public_header_files": "Source/Headers/Public/**/*.{h}",
25   "osx": {
26     "exclude_files": "**/{iOS,UIKit}/**"
27   },
28   "ios": {
29     "exclude_files": "**/OSX/**"
30   },
31   "watchos": {
32     "exclude_files": "**/{OSX,iOS}/**"
33   },
34   "tvos": {
35     "exclude_files": "**/OSX/**"
36   },
37   "xcconfig": {
38     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
39     "CLANG_CXX_LIBRARY": "libc++",
40     "OTHER_CFLAGS": "-DDEVELOPER_BIN_DIR=@\\\"${DEVELOPER_BIN_DIR}\\\""
41   },
42   "libraries": "c++",
43   "requires_arc": false