blob: 8a5fa236dd7df9c9096a4845e8b38a4e176690f7 [file] [log] [blame]
{
"name": "Timecop",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}