[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / e / 9 / Dangle / 0.1.13 / Dangle.podspec.json
blob2a7a486112a61fcfae4e34fee5d5fcf57d76d8ae
2   "name": "Dangle",
3   "version": "0.1.13",
4   "summary": "Doric Almost Native Graphics Layer Engine",
5   "description": "Doric extension library for almost native graphics layer engine",
6   "homepage": "https://github.com/doric-pub/Dangle",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dev": "dev@doric.pub"
13   },
14   "source": {
15     "git": "https://github.com/doric-pub/Dangle.git",
16     "tag": "0.1.13"
17   },
18   "frameworks": [
19     "OpenGLES",
20     "JavaScriptCore"
21   ],
22   "compiler_flags": "-x objective-c++ -std=c++1z -fno-aligned-allocation",
23   "libraries": "c++",
24   "xcconfig": {
25     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
26     "CLANG_CXX_LIBRARY": "libc++"
27   },
28   "platforms": {
29     "ios": "10.0"
30   },
31   "source_files": [
32     "iOS/Classes/**/*",
33     "common/dangle/**/*",
34     "iOS/Dangle/**/*",
35     "common/jsi/jsi.h",
36     "common/jsi/jsi.cpp",
37     "common/jsi/instrumentation.h",
38     "common/jsi/jsi-inl.h",
39     "common/jsi/jsilib.h"
40   ],
41   "resources": "dist/**/*",
42   "public_header_files": [
43     "iOS/Classes/**/*.h",
44     "common/dangle/**/*.h",
45     "iOS/Dangle/**/*.h",
46     "common/jsi/jsi.h",
47     "common/jsi/instrumentation.h",
48     "common/jsi/jsi-inl.h",
49     "common/jsi/jsilib.h"
50   ],
51   "dependencies": {
52     "DoricCore": [
54     ]
55   }