Skip to content

Commit

Permalink
Fixes pod spec source file issue + Prepares release
Browse files Browse the repository at this point in the history
  • Loading branch information
acadet committed Jun 19, 2015
1 parent c0874c4 commit f2e45f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Caravel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion caravel/js/Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function (grunt) {
'use strict';

var version = '0.3.1';
var version = '0.3.2';

// Project configuration
grunt.initConfig({
Expand Down

0 comments on commit f2e45f0

Please sign in to comment.