blob: 3402327878cb0be4fefd74bfc7b83afa9093d12a [file] [log] [blame]
{
"name": "ESPThemeManager",
"version": "0.0.5",
"summary": "ESPThemeManager is a lightweight theme manager for iOS",
"description": "ESPThemeManager is a lightweight theme manager for iOS, it supports:\n\n* Image Assets\n* Fonts/Colors/Images\n* Pre-defined theme variables",
"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.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}