blob: 19a7b40b1180e2ead7990e31487b50033c0f75f8 [file] [log] [blame]
{
"name": "TexturedMaaku",
"version": "0.3.1",
"summary": "Native iOS CommonMark rendering in Swift using Texture and Maaku",
"description": "Native iOS CommonMark rendering in Swift using Texture (AsyncDisplayKit) and Maaku.",
"homepage": "https://github.com/KristopherGBaker/TexturedMaaku",
"license": "MIT",
"authors": {
"Kristopher Baker": "Kristopher Baker"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KristopherGBaker/TexturedMaaku.git",
"tag": "0.3.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"dependencies": {
"Maaku/Core": [
],
"Texture": [
]
}
},
{
"name": "Plugins",
"source_files": "Sources/Plugins/**/*.swift",
"dependencies": {
"Maaku/Plugins": [
],
"TexturedMaaku/Core": [
],
"youtube-ios-player-helper": [
]
}
},
{
"name": "SyntaxColors",
"dependencies": {
"Highlightr": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DTEXTURED_MAAKU_SYNTAX_COLORS",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) TEXTURED_MAAKU_SYNTAX_COLORS=1"
}
}
]
}