From 4ce344d7eb66bef63d856b195a01efdeebb70048 Mon Sep 17 00:00:00 2001 From: Francis Chong Date: Mon, 6 May 2013 21:32:28 +0800 Subject: [PATCH] add IGFastImage 1.0.0 --- IGFastImage/1.0.0/IGFastImage.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 IGFastImage/1.0.0/IGFastImage.podspec diff --git a/IGFastImage/1.0.0/IGFastImage.podspec b/IGFastImage/1.0.0/IGFastImage.podspec new file mode 100644 index 00000000..7182fd0a --- /dev/null +++ b/IGFastImage/1.0.0/IGFastImage.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "IGFastImage" + s.version = "1.0.0" + s.platform = :ios, '5.0' + s.summary = "Finds the size and type of an image given its uri by fetching as little as needed." + s.homepage = "https://github.com/siuying/IGFastImage" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Francis Chong" => "francis@ignition.hk" } + s.source = { :git => "https://github.com/siuying/IGFastImage.git", :tag => "1.0.0" } + s.source_files = 'IGFastImage/FastImage/*.{h,m}' + s.requires_arc = true + s.dependency 'AFNetworking' +end \ No newline at end of file