blob: 944e1c09fb354cc975c1f7073d6028f656db17eb [file] [log] [blame]
{
"name": "THCalendarDatePicker",
"version": "0.0.1",
"summary": "UITextView with the look of a Notebook",
"homepage": "https://github.com/hons82/THCalendarDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hannes Tribus": "hons82@gmail.com"
},
"source": {
"git": "https://github.com/hons82/THCalendarDatePicker.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "THCalendarDatePicker/*.{h,m}",
"resources": [
"THCalendarDatePicker/Images/*.png"
],
"frameworks": "QuartzCore",
"dependencies": {
"KNSemiModalViewController": [
"~> 0.3"
]
}
}