[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 1 / e / SKCalendarView / 0.0.3 / SKCalendarView.podspec.json
blob95dcfa9e5a38abfce2b2a6c977858da94668eb15
2   "name": "SKCalendarView",
3   "version": "0.0.3",
4   "summary": "a custom calendarView",
5   "description": "a custom calendarView on iOS",
6   "homepage": "https://github.com/shevakuilin/SKCalendarView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ShevaKuilin": "shevakuilin@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/shevakuilin/SKCalendarView.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "SKCalendarView",
23     "SKCalendarView/SKCalendarView/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "Masonry": [
27       "~> 1.0.1"
28     ]
29   }