blob: d7245f345972679526b63235d693e7808a4bf3f0 [file] [log] [blame]
{
"name": "SEMarkdownEditor",
"version": "0.1.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.1.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
}