blob: 7f69b6abdd70888480074305028037dfe0ecc456 [file] [log] [blame]
{
"name": "FMStyleManager",
"version": "0.1.1",
"summary": "Recursively apply style, font and message translations to any view hierarchy.",
"description": " FMStyleManager can replace messages, styles or recurse throughout a view hierarchy.\n \n Features are available either from code or IB using outlets.\n",
"homepage": "https://github.com/fitmob/FMStyleManager",
"license": "MIT",
"source": {
"git": "https://github.com/fitmob/FMStyleManager.git",
"tag": "0.1.1"
},
"authors": {
"Felipe Baytelman": "felipe.baytelman@gmail.com"
},
"social_media_url": "https://twitter.com/baytelman",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"FMStyleManager",
"Classes"
],
"frameworks": "Foundation",
"dependencies": {
"FMStringAdditions": [
"~> 0.1.1"
]
}
}