Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-isaza committed Oct 15, 2016
1 parent a527d65 commit ebb699b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions C4.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "C4"
s.version = "1.1.0"
s.version = "2.0.0"
s.summary = "Code, Creatively."
s.description = <<-DESC
C4 is an open-source creative coding framework that harnesses the power
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.authors = { "Travis" => "info@c4ios.com", "Alejandro Isaza" => "al@isaza.ca" }

s.platform = :ios
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.source = { :git => "https://github.com/C4Labs/C4iOS.git", :tag => s.version }

s.source_files = "C4/**/*.swift"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
![C4](http://www.c4ios.com/images/c4logo.png)

[![Build Status](https://travis-ci.org/C4Labs/C4iOS.svg?branch=master)](https://travis-ci.org/C4Labs/C4iOS)
# Code, Creatively.

C4 is an open-source creative coding framework that harnesses the power of native iOS programming with a simplified API that gets you working with media right away. Build artworks, design interfaces and explore new possibilities working with media and interaction.
Expand Down

0 comments on commit ebb699b

Please sign in to comment.