[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 5 / c / AGAsyncTestHelper / 1.0 / AGAsyncTestHelper.podspec.json
blob6ff8ef07bb9fe8be9e2271bb6bebb33c056d73fe
2   "name": "AGAsyncTestHelper",
3   "version": "1.0",
4   "summary": "Macro for writing unit tests with asynchronous operations.",
5   "homepage": "https://github.com/hfossli/AGAsyncTestHelper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "HÃ¥vard Fossli": "hfossli@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hfossli/AGAsyncTestHelper.git",
15     "tag": "1.0"
16   },
17   "default_subspecs": [
18     "Core"
19   ],
20   "requires_arc": false,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/*.{h,m}",
25       "requires_arc": false
26     },
27     {
28       "name": "Shorthand",
29       "dependencies": {
30         "AGAsyncTestHelper/Core": [
32         ]
33       },
34       "xcconfig": {
35         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AGWW_SHORTHAND"
36       }
37     }
38   ]