[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 4 / a / SSCalendar / 0.0.3 / SSCalendar.podspec.json
blobd261aa32cd02db6f89ed75a4a1411b2395c579a3
2   "name": "SSCalendar",
3   "version": "0.0.3",
4   "summary": "A calendar UI library that somewhat mimics a stripped down version of the default calendar app experience.",
5   "description": "SSCalendar is a UI library that can be used to display a calendar of events within your app. This calendar library was originally built in 2013 for a project that required a calendar experience similar to the revamped Apple calendar app introduced in iOS 7. At the time, I found very few comprehensive calendar libraries and as a result decided to build one. SSCalendar provides 3 different calendar views - an annual view, monthly view and weekly/daily view. Note that this calendar is not designed as a picker but rather to display an existing set of events.",
6   "homepage": "https://github.com/StevenPreston/SSCalendar",
7   "screenshots": [
8     "https://github.com/StevenPreston/SSCalendar/raw/master/Screenshots/1.gif",
9     "https://github.com/StevenPreston/SSCalendar/raw/master/Screenshots/2.gif",
10     "https://github.com/StevenPreston/SSCalendar/raw/master/Screenshots/3.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Steven Preston": "stevenpreston@stellar16.com"
18   },
19   "source": {
20     "git": "https://github.com/StevenPreston/SSCalendar.git",
21     "tag": "0.0.3"
22   },
23   "social_media_url": "https://www.linkedin.com/in/stevenpreston1",
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": "SSCalendar/Classes/**/*",
28   "resource_bundles": {
29     "SSCalendar": [
30       "SSCalendar/Classes/**/*.xib"
31     ]
32   }