[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / b / EPCalendarPicker / 1.0.1 / EPCalendarPicker.podspec.json
blob9ea2df75ba1690f739d96696cafd50e7219402c1
2   "name": "EPCalendarPicker",
3   "version": "1.0.1",
4   "summary": "Colourful calendar component for iOS written in Swift",
5   "description": "Features\n1. Single selection and multiselection option\n2. Customization on changing the colors of the dates\n3. Delegates to capture teh selected dates\n4. Option to define the calendar start and ending year",
6   "homepage": "https://github.com/ipraba/EPCalendarPicker",
7   "license": "MIT",
8   "authors": {
9     "Prabaharan": "mailprabaharan.e@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ipraba/EPCalendarPicker.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "EPCalendar/EPCalendarPicker",
20   "frameworks": "UIKit",
21   "resource_bundles": {
22     "EPCalendarPicker": [
23       "EPCalendar/**/*.xib"
24     ]
25   }