blob: 28d9cb8be77917256bf9ac945dde3b41832715d6 [file] [log] [blame]
{
"name": "MTDateComponentsPicker",
"version": "0.0.1",
"summary": "A picker for choosing date components. Allows some components to be undefined.",
"homepage": "https://github.com/mysterioustrousers/MTDateComponentsPicker",
"license": "BSD",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTDateComponentsPicker.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DateComponentsPicker/MTDateComponentsPicker.{h,m}",
"requires_arc": true,
"dependencies": {
"MTDates": [
]
}
}