blob: ef2fcad2373fce4d251100e59eb7a807865467b5 [file] [log] [blame]
{
"name": "OTGanttChartKit",
"version": "1.1",
"summary": "OTGanttChartKit is gantt chart framework for iOS. This framework use easily like UITableView.",
"homepage": "https://github.com/PKPK-Carnage/OTGanttChartKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomosuke Okada": "pkpkcarnage@gmail.com"
},
"social_media_url": "https://github.com/PKPK-Carnage",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PKPK-Carnage/OTGanttChartKit.git",
"tag": "1.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resource_bundles": {
"OTGanttChartKit": [
"Classes/*.xcassets",
"Classes/**/*.xib"
]
},
"requires_arc": true
}