blob: e16a99d753365d5ccb6822a49a4703e6f371ca4d [file] [log] [blame]
{
"name": "ESPThemeManager",
"version": "0.0.2",
"summary": "ESPThemeManager is a lightweight theme manager for iOS",
"description": " ESPThemeManager is a lightweight theme manager for iOS, it supports:\n \n * Resource Bundles\n * Fonts/Colors/Images\n * Pre-defined theme variables\n",
"homepage": "https://github.com/espeiorin/ESPThemeManager",
"license": "MIT",
"authors": {
"Andre Espeiorin": "andre.espeiorin@gmail.com"
},
"social_media_url": "http://twitter.com/espeiorin",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/espeiorin/ESPThemeManager.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}