blob: 1dc83bdd91665a56a64a4c9ba4842827adf352be [file] [log] [blame]
{
"name": "UIViewSweets",
"version": "0.1.1",
"summary": "Sweet extension for UIView.",
"description": "Sweet extension, contains different methods that simplify using UIView",
"homepage": "https://github.com/keepcalmandcodecodecode/UIViewSweets",
"license": "MIT",
"authors": {
"keepcalmandcodecodecode": "easy.dev@yandex.ru"
},
"source": {
"git": "https://github.com/keepcalmandcodecodecode/UIViewSweets.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIViewSweets": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}