blob: bd47bdc4e7741eb2b08ee9ed7385dde3319aaad5 [file] [log] [blame]
{
"name": "TexturedMaaku",
"version": "0.2.0",
"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.2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"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": [
]
}
}
]
}