Skip to content

Commit

Permalink
[Add] Timecop 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu0620 authored and CocoaPodsBot committed Apr 26, 2015
1 parent 9f8e25c commit 9422e82
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Specs/Timecop/0.1/Timecop.podspec.json
@@ -0,0 +1,22 @@
{
"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
}

0 comments on commit 9422e82

Please sign in to comment.