blob: e6f04d8ee500d52064aa711b0144f93f68fcc393 [file] [log] [blame]
{
"name": "DMAppearance",
"version": "0.1.1",
"summary": "Partial functionality from UIAppearance proxy for custom objects",
"description": " * Partial functionality from UIAppearance proxy for custom objects apart from UIKit ones\n",
"homepage": "https://github.com/andrewgubanov/DMAppearance",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"AG": "andrew.gubanov@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/andrewgubanov/DMAppearance.git",
"tag": "0.1.1"
},
"source_files": "DMAppearance/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}