blob: 761ef633396c87f28a88172cd3df9890904907e4 [file] [log] [blame]
{
"name": "NRCalendarView",
"version": "0.1.0",
"summary": "A alternative calendar picker based on Atuolayout.",
"description": "NRCalendarView based on <Masonry> and <GreedCategory>,",
"homepage": "https://github.com/nicreals/NRCalendarView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"聂锐": "nic.reals@outlook.com"
},
"source": {
"git": "https://github.com/nicreals/NRCalendarView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "NRCalendarView/Classes/**/*",
"resources": "NRCalendarView/Assets/*.png",
"dependencies": {
"Masonry": [
],
"GreedCategory": [
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}