blob: 5c06c530849d10fd86795dd4a33550e98a094946 [file] [log] [blame]
{
"name": "KoaPullToRefresh",
"version": "1.0.1",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Minimal & easily customizable pull-to-refresh control.",
"homepage": "https://github.com/sergigracia/KoaPullToRefresh",
"authors": {
"Sergi Gracia": "sergigram@gmail.com",
"Polina Flegontovna": "polina.flegontovna@gmail.com"
},
"source": {
"git": "https://github.com/sergigracia/KoaPullToRefresh.git",
"tag": "1.0.1"
},
"description": "Add this custom, flat, minimal, modern pull-to-refresh control to your app. You can change the font, colors, size and even replace the spinning icon using FontAwesome. This library is very easy to add and customize. Enjoy.",
"frameworks": "QuartzCore",
"source_files": "KoaPullToRefresh/*.{h,m}",
"ios": {
"resources": "KoaPullToRefresh/Resources/*.*"
},
"osx": {
"resources": "KoaPullToRefresh/Resources/"
},
"preserve_paths": "Demo",
"requires_arc": true
}