[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 1 / a / FastElegantDelegation / 1.0.1 / FastElegantDelegation.podspec.json
blob36612b78fb67544953f9aaa1509204c9a171b434
2   "name": "FastElegantDelegation",
3   "version": "1.0.1",
4   "summary": "Objective-C library for delegate multicasting and friendly single delegation.",
5   "homepage": "https://github.com/rabovik/FastElegantDelegation",
6   "license": "MIT",
7   "authors": {
8     "Yan Rabovik": "yan@rabovik.ru"
9   },
10   "source": {
11     "git": "https://github.com/rabovik/FastElegantDelegation.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "dependencies": {
18     "MAObjCRuntime": [
20     ]
21   },
22   "requires_arc": false,
23   "subspecs": [
24     {
25       "name": "ARC",
26       "source_files": "FEDelegation/ARC",
27       "public_header_files": "FEDelegation/ARC",
28       "requires_arc": true,
29       "dependencies": {
30         "FastElegantDelegation/nonARC": [
32         ]
33       },
34       "xcconfig": {
35         "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
36         "CLANG_CXX_LIBRARY": "libc++"
37       },
38       "libraries": "c++"
39     },
40     {
41       "name": "nonARC",
42       "source_files": [
43         "FEDelegation/nonARC",
44         "FEDelegation/FEDelegation.h"
45       ],
46       "public_header_files": "FEDelegation/FEDelegation.h",
47       "requires_arc": false,
48       "dependencies": {
49         "FastElegantDelegation/ARC": [
51         ]
52       }
53     }
54   ]