[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 6 / DSLCalendarView / 0.0.1 / DSLCalendarView.podspec.json
blob723ffd408c85b4b5af3c19dceb49095a5d9619d1
2   "name": "DSLCalendarView",
3   "version": "0.0.1",
4   "summary": "Simple calendar view for iOS.",
5   "description": "DSLCalendar view is an iOS control that displays a calendar similar to the system calendar. It allows the user to select a single date or a date range.",
6   "authors": {
7     "Pete": "pete@dativestudios.com"
8   },
9   "homepage": "https://github.com/PeteC/DSLCalendarView",
10   "screenshots": "https://github.com/PeteC/DSLCalendarView/raw/images/Screenshot.png",
11   "license": {
12     "type": "BSD 3-Clause License",
13     "file": "README.markdown"
14   },
15   "source": {
16     "git": "https://github.com/PeteC/DSLCalendarView.git",
17     "commit": "cd64b97529fd25c3b610c1681e1cfbf301a07cc0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0"
22   },
23   "frameworks": [
24     "UIKit",
25     "CoreGraphics"
26   ],
27   "source_files": "DSLCalendarView/*.{h,m}",
28   "resources": [
29     "DSLCalendarView/Images/*.png",
30     "DSLCalendarView/*.xib"
31   ]