blob: 4cfef430441146c76ca01adbda214d6f547bfb06 [file] [log] [blame]
{
"name": "ForceBlur",
"version": "1.0",
"summary": "This component allows you to blur sensitive images and can be used for messaging in public places",
"homepage": "https://github.com/Yalantis/ForceBlur",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Yalantis",
"social_media_url": "http://twitter.com/yalantis",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Yalantis/ForceBlur.git",
"tag": "1.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"ForceBlur/Classes/**/*.{swift}",
"ForceBlur/Vendor/**/*.{swift}"
]
},
{
"name": "JSQMessagesViewController",
"source_files": "ForceBlur/JSQMessagesViewController/*.swift",
"dependencies": {
"ForceBlur/Core": [
],
"JSQMessagesViewController": [
"~> 7.0"
]
}
}
]
}