From f36034f02ddec6962fe4986427b758d9e696cb63 Mon Sep 17 00:00:00 2001 From: Adam Modzelewski Date: Thu, 4 Aug 2016 12:55:54 +0200 Subject: [PATCH] Update podspec 0.2.0 --- TRX.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TRX.podspec b/TRX.podspec index c91a8da..eb23774 100644 --- a/TRX.podspec +++ b/TRX.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "TRX" - s.version = "0.1.0" + s.version = "0.2.0" s.summary = "Squeeze, chain, overlap, seek. A powerful swift animation framework." s.description = <<-DESC A versatile animation framework built with ease of use, powerful features and performance in mind. TRX is inspired by the the excellent JavaScript animation framework GSAP. DESC s.homepage = "https://github.com/Trxy/TRX" - # s.screenshots = "https://github.com/Trxy/TRX/meta/screenshots_1", "https://github.com/Trxy/TRX/meta/screenshots_2" + s.screenshots = "https://trxy.github.io/TRX/trx.png" s.license = 'MIT' s.author = "Adam Modzelewski" s.source = { :git => "https://github.com/Trxy/TRX.git", :tag => s.version.to_s }