blob: 7c4f28526f11f31b4e72c6130d60cc1e416d18f7 [file] [log] [blame]
{
"name": "AnalogClock",
"version": "1.0.0",
"summary": "Animated analog clock written in Swift.",
"description": "AnalogClock is a special UIView that will display the current time on an analog clock without requiring any additional configuration.",
"homepage": "https://github.com/fnoah/AnalogClock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Noah Fleischmann",
"source": {
"git": "https://github.com/fnoah/AnalogClock.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"AnalogClock",
"AnalogClock/**/*.{h,m,swift}"
]
}