blob: 0f28c876c498aa183dfc890543bc29bee9c5f845 [file] [log] [blame]
{
"name": "Feather",
"version": "1.0.9c",
"summary": "A modern html based rich text editor for iOS and macOS (Catalyst or AppKit) written in Swift. You can use Quill or Froala.",
"homepage": "https://github.com/MadeByDouglas/feather",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Douglas Hewitt": "madebydouglas@gmail.com"
},
"social_media_url": "http://twitter.com/madebydouglas",
"swift_versions": "5.1",
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"requires_arc": true,
"source": {
"git": "https://github.com/MadeByDouglas/feather.git",
"tag": "1.0.9c",
"submodules": true
},
"source_files": "Feather/Source/**/*.{h,swift}",
"resources": "Feather/Resources/**",
"resource_bundles": {
"Feather": [
"Feather/Resources/**"
]
},
"frameworks": "SystemConfiguration",
"swift_version": "5.1"
}