[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / 6 / Cedar / 0.9.7 / Cedar.podspec.json
blob0d8feeb6a8bd598d0a6463b7c808802e6740f879
2   "name": "Cedar",
3   "version": "0.9.7",
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": "v0.9.7"
16   },
17   "platforms": {
18     "osx": "10.7",
19     "ios": "5.0"
20   },
21   "source_files": "Source/**/*.{h,m,mm}",
22   "osx": {
23     "exclude_files": "**/iPhone/**"
24   },
25   "xcconfig": {
26     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
27     "CLANG_CXX_LIBRARY": "libc++"
28   },
29   "libraries": "c++",
30   "requires_arc": false