[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / f / RKCalendarLink / 0.1.0 / RKCalendarLink.podspec.json
bloba113043309c16777761fe2ccaf7dd968e0b7a703
2   "name": "RKCalendarLink",
3   "version": "0.1.0",
4   "summary": "CADisplayLink for calendar",
5   "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",
6   "homepage": "https://github.com/samnung/RKCalendarLink",
7   "license": "MIT",
8   "authors": {
9     "Roman Kříž": "samnung@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/samnung/RKCalendarLink.git",
13     "tag": "v0.1.0"
14   },
15   "social_media_url": "https://twitter.com/_samnung_",
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": "Foundation",
24   "ios": {
25     "dependencies": {
26       "NSDateComponents-CalendarUnits": [
27         "~> 0.0.2"
28       ]
29     }
30   }