Skip to content

Commit ebb699b

Browse files
Update podspec
1 parent a527d65 commit ebb699b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: C4.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "C4"
3-
s.version = "1.1.0"
3+
s.version = "2.0.0"
44
s.summary = "Code, Creatively."
55
s.description = <<-DESC
66
C4 is an open-source creative coding framework that harnesses the power
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.authors = { "Travis" => "[email protected]", "Alejandro Isaza" => "[email protected]" }
1414

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

1919
s.source_files = "C4/**/*.swift"

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
![C4](http://www.c4ios.com/images/c4logo.png)
22

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

65
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.

0 commit comments

Comments
 (0)