blob: 483f6445845e1e50bd992762e69931ff609e00b2 [file] [log] [blame]
{
"name": "PMCalendar",
"version": "0.3",
"summary": "Yet another calendar component for iOS. Supports presenting as a popover and very flexible UI tuning.",
"homepage": "https://github.com/kovpas/PMCalendar",
"authors": {
"Pavel Mazurin": "kovpas@gmail.com"
},
"source": {
"git": "https://github.com/kovpas/PMCalendar.git",
"tag": "0.3"
},
"platforms": {
"ios": "4.0"
},
"license": "MIT",
"source_files": "PMCalendar/**/*.{h,m}",
"resources": "PMCalendar/Theme/*.{png,plist}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"CoreText"
],
"requires_arc": true
}