From 0d4aae3cbc28b3a18b202b16eb3255f17f20bd07 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sat, 29 Nov 2014 16:01:48 +0000 Subject: [PATCH] [Add] CupertinoYankee 1.0.2 --- .../1.0.2/CupertinoYankee.podspec.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Specs/CupertinoYankee/1.0.2/CupertinoYankee.podspec.json diff --git a/Specs/CupertinoYankee/1.0.2/CupertinoYankee.podspec.json b/Specs/CupertinoYankee/1.0.2/CupertinoYankee.podspec.json new file mode 100644 index 00000000000000..1f31cf376cf7f9 --- /dev/null +++ b/Specs/CupertinoYankee/1.0.2/CupertinoYankee.podspec.json @@ -0,0 +1,17 @@ +{ + "name": "CupertinoYankee", + "version": "1.0.2", + "license": "MIT", + "summary": "An NSDate Category With Locale-Aware Calculations for Beginning & End of Day, Week, Month, and Year.", + "homepage": "https://github.com/mattt/CupertinoYankee", + "social_media_url": "https://twitter.com/mattt", + "authors": { + "Mattt Thompson": "m@mattt.me" + }, + "source": { + "git": "https://github.com/mattt/CupertinoYankee.git", + "tag": "1.0.2" + }, + "source_files": "CupertinoYankee/NSDate+CupertinoYankee.{h,m}", + "requires_arc": true +} \ No newline at end of file