blob: ac23400337feb30a9fb48c641c39e0651bda8062 [file] [log] [blame]
{
"name": "ARCountdownTimer",
"version": "0.0.2",
"summary": "Simple Countdown Timer",
"description": " Simple Countdown Timer using NSDateComponents and NSTimer.\n",
"homepage": "https://github.com/antoncode/ARCountdownTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Rivera": "anton.rivera@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/antoncode/ARCountdownTimer.git",
"tag": "v0.0.2"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}