blob: 79d1df4530141e6754f6334ad8a3101eec6b5944 [file] [log] [blame]
{
"name": "SEMarkdownEditor",
"version": "0.2.0",
"summary": "Text transformation functions for implementing a markdown toolbar in an iOS app.",
"homepage": "https://github.com/bnickel/SEMarkdownEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Nickel": "bnickel@stackexchange.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/bnickel/SEMarkdownEditor.git",
"tag": "v0.2.0"
},
"source_files": "SEMarkdownEditor/Core",
"ios": {
"source_files": "SEMarkdownEditor/UIKit",
"public_header_files": "SEMarkdownEditor/UIKit/**/*.h",
"frameworks": "UIKit"
},
"public_header_files": "SEMarkdownEditor/Core/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}