blob: 5a58612f4750d60a09c2cfc895469248a067ad48 [file] [log] [blame]
{
"name": "ESPSlider",
"version": "1.0.0",
"summary": "A custom UIView with Rating Slider behaviour.",
"homepage": "https://github.com/xorna/ESPSlider",
"license": "MIT",
"authors": {
"AndreĢ Gustavo Espeiorin": "andre.espeiorin@gmail.com"
},
"source": {
"git": "https://github.com/xorna/ESPSlider.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/espeiorin",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/ios",
"ios": {
"exclude_files": "Classes/osx"
},
"public_header_files": "Classes/**/*.h"
}