blob: 6d01a6e3cee3a83a1effcdbe2f970634549ffaa5 [file] [log] [blame]
{
"name": "Splitflap",
"version": "1.0.1",
"license": "MIT",
"summary": "A simple split-flap display for your Swift applications",
"description": "Splitflap is a simple to use component to present changeable alphanumeric text like often used as a public transport timetable in airports or railway stations or with some flip clocks.",
"homepage": "https://github.com/yannickl/Splitflap.git",
"social_media_url": "https://twitter.com/yannickloriot",
"authors": {
"Yannick Loriot": "contact@yannickloriot.com"
},
"source": {
"git": "https://github.com/yannickl/Splitflap.git",
"tag": "1.0.1"
},
"screenshots": "http://yannickloriot.com/resources/splitflap-logo.gif",
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
},
"source_files": "Splitflap/*.swift",
"requires_arc": true
}