[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 2 / 6 / Cedar / 0.12.0 / Cedar.podspec.json
blobf10362179769d007b40d4e9df7567aa2a0fb07d8
2   "name": "Cedar",
3   "version": "0.12.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.12.0"
16   },
17   "platforms": {
18     "osx": "10.7",
19     "ios": "6.0",
20     "watchos": "2.0"
21   },
22   "source_files": "Source/**/*.{h,m,mm}",
23   "public_header_files": "Source/Headers/Public/**/*.{h}",
24   "osx": {
25     "exclude_files": "**/{iOS,UIKit}/**"
26   },
27   "ios": {
28     "exclude_files": "**/OSX/**"
29   },
30   "watchos": {
31     "exclude_files": "**/{OSX,iOS}/**"
32   },
33   "xcconfig": {
34     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
35     "CLANG_CXX_LIBRARY": "libc++",
36     "OTHER_CFLAGS": "-DDEVELOPER_BIN_DIR=@\\\"${DEVELOPER_BIN_DIR}\\\""
37   },
38   "libraries": "c++",
39   "requires_arc": false