[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / c / 6 / Verovio / 2.3.0 / Verovio.podspec.json
blob555bc2cb6f72e53f47a353e68156ee231b470236
2   "name": "Verovio",
3   "version": "2.3.0",
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.3.0"
15   },
16   "swift_versions": [
17     "5.1"
18   ],
19   "source_files": [
20     "src/**/*.{h,cpp,cc}",
21     "include/{hum,json,midi,pugi,utf8,vrv}/*.{h,hpp}",
22     "libmei/{attclasses,attconverter,atts_analytical,atts_cmn,atts_cmnornaments}.{h,cpp}",
23     "libmei/{atts_critapp,atts_externalsymbols,atts_facsimile,atts_gestural,atts_mei}.{h,cpp}",
24     "libmei/{atts_mensural,atts_midi,atts_neumes,atts_pagebased,atts_shared}.{h,cpp}",
25     "libmei/{atts_visual,atttypes}.{h,cpp}"
26   ],
27   "public_header_files": [
28     "src/**/*.{h}",
29     "include/{hum,json,midi,pugi,utf8,vrv}/*.{h,hpp}",
30     "libmei/{attclasses,attconverter,atts_analytical,atts_cmn,atts_cmnornaments}.{h}",
31     "libmei/{atts_critapp,atts_externalsymbols,atts_facsimile,atts_gestural,atts_mei}.{h}",
32     "libmei/{atts_mensural,atts_midi,atts_neumes,atts_pagebased,atts_shared}.{h}",
33     "libmei/{atts_visual,atttypes}.{h}"
34   ],
35   "platforms": {
36     "ios": "12.0"
37   },
38   "resources": "data",
39   "xcconfig": {
40     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
41     "CLANG_CXX_LIBRARY": "libc++",
42     "GCC_C_LANGUAGE_STANDARD": "gnu11",
43     "GCC_DYNAMIC_NO_PIC": "NO",
44     "GCC_NO_COMMON_BLOCKS": "YES",
45     "GCC_SYMBOLS_PRIVATE_EXTERN": "NO",
46     "CLANG_ENABLE_OBJC_ARC": "YES",
47     "ENABLE_STRICT_OBJC_MSGSEND": "YES",
48     "MTL_FAST_MATH": "YES",
49     "SUPPORTS_UIKITFORMAC": "NO",
50     "MTL_ENABLE_DEBUG_INFO": "NO"
51   },
52   "info_plist": {
53     "CFBundleIdentifier": "com.rism.VerovioFramework"
54   },
55   "swift_version": "5.1"