blob: 5be3f56adf314a7ee0a4328c18489e96bee031b7 [file] [log] [blame]
{
"name": "FRDateRange",
"version": "0.1.0",
"homepage": "https://github.com/veritech/FRDateRange",
"summary": "Date Range manipulation",
"description": " Simple wrapper around NSDate(s) for defining Date ranges.\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Dalrymple": "jonathan@float-right.co.uk"
},
"source": {
"git": "https://github.com/veritech/FRDateRange.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"NSDate-Escort": [
"~> 1.4.0"
],
"FRDateFormatterCache": [
"~> 0.1.0"
]
}
}