[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / c / 6 / Verovio / 2.7.1 / Verovio.podspec.json
blobf7480bf5b682319b90d448a45a2ea674c4b728e7
2   "name": "Verovio",
3   "version": "2.7.1",
4   "license": {
5     "type": "LGPL"
6   },
7   "homepage": "https://www.verovio.org/index.xhtml",
8   "authors": {
9     "Contributors List": "https://github.com/rism-ch/verovio/graphs/contributors"
10   },
11   "summary": "Verovio",
12   "source": {
13     "git": "https://github.com/rism-ch/verovio.git",
14     "tag": "version-2.7.1"
15   },
16   "swift_versions": [
17     "3.0",
18     "4.0",
19     "4.1",
20     "4.2",
21     "5.0",
22     "5.1"
23   ],
24   "source_files": [
25     "src/**/*.{h,cpp,cc}",
26     "include/{hum,json,midi,pugi,utf8,vrv}/*.{h,hpp}",
27     "libmei/{attclasses,attconverter,atts_analytical,atts_cmn,atts_cmnornaments}.{h,cpp}",
28     "libmei/{atts_critapp,atts_externalsymbols,atts_facsimile,atts_gestural,atts_mei}.{h,cpp}",
29     "libmei/{atts_mensural,atts_midi,atts_neumes,atts_pagebased,atts_shared}.{h,cpp}",
30     "libmei/{atts_visual,atttypes}.{h,cpp}"
31   ],
32   "public_header_files": [
33     "src/**/*.{h}",
34     "include/{hum,json,midi,pugi,utf8,vrv}/*.{h,hpp}",
35     "libmei/{attclasses,attconverter,atts_analytical,atts_cmn,atts_cmnornaments}.{h}",
36     "libmei/{atts_critapp,atts_externalsymbols,atts_facsimile,atts_gestural,atts_mei}.{h}",
37     "libmei/{atts_mensural,atts_midi,atts_neumes,atts_pagebased,atts_shared}.{h}",
38     "libmei/{atts_visual,atttypes}.{h}"
39   ],
40   "resources": "data",
41   "platforms": {
42     "ios": "10.0",
43     "osx": "10.13"
44   },
45   "pod_target_xcconfig": {
46     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
47     "CLANG_CXX_LIBRARY": "libc++",
48     "GCC_C_LANGUAGE_STANDARD": "gnu11",
49     "GCC_DYNAMIC_NO_PIC": "NO",
50     "GCC_NO_COMMON_BLOCKS": "YES",
51     "GCC_SYMBOLS_PRIVATE_EXTERN": "NO",
52     "CLANG_ENABLE_OBJC_ARC": "YES",
53     "CLANG_ENABLE_OBJC_WEAK": "YES",
54     "ENABLE_STRICT_OBJC_MSGSEND": "YES",
55     "MTL_FAST_MATH": "YES",
56     "SUPPORTS_UIKITFORMAC": "NO",
57     "MTL_ENABLE_DEBUG_INFO": "NO",
58     "PRODUCT_BUNDLE_IDENTIFIER": "com.rism.VerovioFramework"
59   },
60   "swift_version": "5.1"