[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / c / 0 / e / MXLCalendarManagerSwift / 1.0.2 / MXLCalendarManagerSwift.podspec.json
blob5a598f6f6a434a1dbcbbf7488affe319e86d1912
2   "name": "MXLCalendarManagerSwift",
3   "version": "1.0.2",
4   "summary": "MXLCalendarManagerSwift is a library to parse iCalendar (.ICS) files",
5   "description": "A set of classes used to parse and handle iCalendar (.ICS) files originally implemented in Objective C by Kiran Panesar (https://github.com/KiranPanesar/MXLCalendarManager.git)",
6   "homepage": "https://github.com/ramonvasc/MXLCalendarManagerSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ramon Vasconcelos": "ramonvasc@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ramonvasc/MXLCalendarManagerSwift.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MXLCalendarManagerSwift/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]