blob: 98314bb8f2958e9797287d1d7719ea63da72e4d9 [file] [log] [blame]
{
"name": "iOS-Week-View",
"version": "0.1.0",
"summary": "A week-view library for displaying calendar events",
"description": "A week-view library for displaying calendar events. It supports custom styling and asynchronous loading.",
"homepage": "https://github.com/EvanCooper9/iOS-Week-View",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EvanCooper9": "evan.cooper@rogers.com"
},
"source": {
"git": "https://github.com/EvanCooper9/iOS-Week-View.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOS-Week-View/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SwiftDate": [
"~> 4.4.0"
]
},
"pushed_with_swift_version": "4.0"
}