| { |
| "name": "PagingDatePicker", |
| "version": "0.1.0", |
| "summary": "A calendar view date picker with paging.", |
| "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.", |
| "homepage": "https://github.com/lammertw/PagingDatePicker", |
| "license": "MIT", |
| "authors": { |
| "Lammert Westerhoff": "westerhoff@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lammertw/PagingDatePicker.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/lwesterhoff", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "PagingDatePicker": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "DynamicColor": [ |
| "~> 2.4" |
| ], |
| "RSDayFlow": [ |
| "~> 1.4" |
| ], |
| "SwiftDate": [ |
| "~> 3.0" |
| ] |
| } |
| } |