blob: 4e410e040a548c4838ee8d10b8043c0708f208b2 [file] [log] [blame]
{
"name": "NSDate+SRGFekable",
"version": "0.0.2",
"summary": "A category to fake current date for unit tests.",
"homepage": "https://github.com/soragoto/NSDate-SRGFekable",
"license": "MIT",
"authors": {
"Norihiro Sakamoto": "nori0620@gmail.com"
},
"source": {
"git": "https://github.com/soragoto/NSDate-SRGFekable.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": [
"Classes/SRGFakableViewController.xib"
],
"requires_arc": true
}