blob: 3eba832919e45c690f71265a2a64ff1f24276815 [file] [log] [blame]
{
"name": "Timecop",
"version": "0.0.61",
"summary": "A Library providing 'time travel', 'time freezing', and 'time acceleration' capabilities, making it simple to test time-dependent code.",
"homepage": "https://github.com/kazu0620/ios-timecop",
"license": "MIT",
"authors": {
"Kazuhiro Sakamoto": "kazu620@gmail.com"
},
"source": {
"git": "https://github.com/kazu0620/ios-timecop.git",
"tag": "0.0.61"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}