blob: 3907564f0cb62995f97dabd0d444c62de3e022e5 [file] [log] [blame]
{
"name": "JSKTimerView",
"version": "0.4.0",
"summary": "A simple custom UIView that acts as a self-contained, animating timer.",
"homepage": "https://github.com/jeffkibuule/JSKTimerView",
"screenshots": [
"https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot0.png",
"https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot1.png",
"https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot2.png",
"https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot3.png"
],
"license": "MIT",
"authors": {
"Joefrey Kibuule": "jeff.kibuule@outlook.com"
},
"source": {
"git": "https://github.com/jeffkibuule/JSKTimerView.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JSKTimerView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}