From 9422e82006609633fbbf319787e9bef4c8d41be6 Mon Sep 17 00:00:00 2001 From: kazu0620 Date: Sun, 26 Apr 2015 06:30:55 -0400 Subject: [PATCH] [Add] Timecop 0.1 --- Specs/Timecop/0.1/Timecop.podspec.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Specs/Timecop/0.1/Timecop.podspec.json diff --git a/Specs/Timecop/0.1/Timecop.podspec.json b/Specs/Timecop/0.1/Timecop.podspec.json new file mode 100644 index 00000000000000..8a5fa236dd7df9 --- /dev/null +++ b/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 +}