[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 9 / 2 / TCCalendar / 0.1 / TCCalendar.podspec.json
blobf24e86a2f27f294fc3e19eed37958e02b360600c
2   "name": "TCCalendar",
3   "version": "0.1",
4   "summary": "An iOS calendar view, built in Swift",
5   "description": "This is a calendar view that you can config the selection behaviour and decorate the cell style with some very simple closures.\nYou can also subclass the cells or use UIAppearance to control them all.",
6   "homepage": "https://github.com/cyrilwei/TCCalendar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Cyril Wei",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/cyrilwei/TCCalendar.git",
17     "tag": "v0.1"
18   },
19   "source_files": "TCCalendar/TCCalendar/*.swift",
20   "frameworks": "UIKit",
21   "requires_arc": true