blob: a113043309c16777761fe2ccaf7dd968e0b7a703 [file] [log] [blame]
{
"name": "RKCalendarLink",
"version": "0.1.0",
"summary": "CADisplayLink for calendar",
"description": " Simple component for updating time labels at right time.\n\n\t\t\t\t\t\t\t\t\t\t\t Notifies you whenever given calendar unit will change.\n",
"homepage": "https://github.com/samnung/RKCalendarLink",
"license": "MIT",
"authors": {
"Roman Kříž": "samnung@gmail.com"
},
"source": {
"git": "https://github.com/samnung/RKCalendarLink.git",
"tag": "v0.1.0"
},
"social_media_url": "https://twitter.com/_samnung_",
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Foundation",
"ios": {
"dependencies": {
"NSDateComponents-CalendarUnits": [
"~> 0.0.2"
]
}
}
}