[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / f / 2 / 6 / Cedar / 0.9.5 / Cedar.podspec.json
blob0aa9d4a74bb28313341a1d58597afff5bc6cb83b
2   "name": "Cedar",
3   "version": "0.9.5",
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.5"
16   },
17   "platforms": {
18     "osx": "10.7",
19     "ios": "5.0"
20   },
21   "source_files": "Source/**/*.{h,m,mm}",
22   "ios": {
23     "exclude_files": "**/CDROTestRunner.m",
24     "header_dir": "Cedar-iOS"
25   },
26   "osx": {
27     "exclude_files": "**/iPhone/**"
28   },
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
31     "CLANG_CXX_LIBRARY": "libc++"
32   },
33   "requires_arc": false