blob: 0bc9f41110335318207e255ea9dff1dd0e6c7e3f [file] [log] [blame]
{
"name": "Expecta+Dates",
"version": "0.1.0",
"summary": "Date matches for Expecta",
"description": "Adds matchers to Expecta for comparing dates",
"homepage": "https://github.com/foulkesjohn/Expecta-Dates",
"license": "MIT",
"authors": {
"John Foulkes": "foulkes_john@hotmail.com"
},
"source": {
"git": "https://github.com/foulkesjohn/Expecta-Dates.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jfoulkes",
"source_files": "Classes",
"requires_arc": true,
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"Expecta": [
"~> 0.3"
]
},
"platforms": {
"ios": "6.0"
}
}