[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 8 / PagingDatePicker / 0.1.1 / PagingDatePicker.podspec.json
blob0aa924c94b3dcfb0d7b6927876b9f4c5be376bb0
2   "name": "PagingDatePicker",
3   "version": "0.1.1",
4   "summary": "A calendar view date picker with paging.",
5   "description": "This library consists of two components that can be used on it's own or together. \nOne is a swipeable month picker and the other is a paging calendar date picker showing one month on each page.\nThe month picker can be used as navigation header for the calendar date picker.",
6   "homepage": "https://github.com/lammertw/PagingDatePicker",
7   "license": "MIT",
8   "authors": {
9     "Lammert Westerhoff": "westerhoff@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lammertw/PagingDatePicker.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/lwesterhoff",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "PagingDatePicker": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "DynamicColor": [
28       "~> 2.4"
29     ],
30     "RSDayFlow": [
31       "~> 1.4"
32     ],
33     "SwiftDate": [
34       "~> 3.0"
35     ]
36   }