From f2e45f07f81bf21a07d8a0e5f34d9baad3b962c6 Mon Sep 17 00:00:00 2001 From: Adrien Cadet Date: Fri, 19 Jun 2015 15:32:29 -0700 Subject: [PATCH] Fixes pod spec source file issue + Prepares release --- Caravel.podspec | 6 +++--- caravel/js/Gruntfile.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Caravel.podspec b/Caravel.podspec index a0d6248..c30c8b8 100644 --- a/Caravel.podspec +++ b/Caravel.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "Caravel" - s.version = "0.3.1" + s.version = "0.3.2" s.summary = "A Swift event bus for UIWebView and JS" s.description = <<-DESC @@ -73,7 +73,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/coshx/caravel.git", :tag => "v0.3.1" } + s.source = { :git => "https://github.com/coshx/caravel.git", :tag => "v0.3.2" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # @@ -84,7 +84,7 @@ Pod::Spec.new do |s| # Not including the public_header_files will make all headers public. # - s.source_files = "caravel/*.{swift, h}" + s.source_files = "caravel/**/*.{swift, h}" s.exclude_files = "Classes/Exclude" # s.public_header_files = "Classes/**/*.h" diff --git a/caravel/js/Gruntfile.js b/caravel/js/Gruntfile.js index 6b47b8f..4615136 100644 --- a/caravel/js/Gruntfile.js +++ b/caravel/js/Gruntfile.js @@ -1,7 +1,7 @@ module.exports = function (grunt) { 'use strict'; - var version = '0.3.1'; + var version = '0.3.2'; // Project configuration grunt.initConfig({