[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / d / CedarAsync / 0.0.1 / CedarAsync.podspec.json
bloba3d7caf6b548b7a5d53668bce9cc2baefecbe1ce
2   "name": "CedarAsync",
3   "version": "0.0.1",
4   "summary": "asynchronous testing for Cedar (and others).",
5   "description": "                    CedarAsync lets you use [Cedar](http://github.com/pivotal/cedar) matchers to \ntest asynchronous code. This becomes useful when writing intergration tests \nrather than plain unit tests. (CedarAsync only supports Cedar's should syntax.)\n\nInstead of\n\n    client.lastResponse should contain(@\"Google\");\n\nuse\n\n    in_time(client.lastResponse) should contain(@\"Google\");\n\nto force `contain` matcher check `client.lastResponse` multiple times until \nit succeeds or times out.\n",
6   "homepage": "https://github.com/cppforlife/CedarAsync",
7   "license": {
8     "type": "MIT",
9     "text": "LICENSE"
10   },
11   "authors": {
12     "Dmitriy Kalinin": "email@address.com"
13   },
14   "source": {
15     "git": "https://github.com/cppforlife/CedarAsync.git",
16     "commit": "ccd4ecc3ae2a697267f22a3e216942ef00e74a54"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": [
23     "Source",
24     "Source/**/*.{h,m}"
25   ],
26   "dependencies": {
27     "Cedar": [
29     ]
30   },
31   "xcconfig": {
32     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
33     "CLANG_CXX_LIBRARY": "libc++"
34   },
35   "requires_arc": false