blob: 553330aa5262fcde29dca74485b5a2e50d7b0681 [file] [log] [blame]
{
"name": "ESPThemeManager",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}