forked from C4Labs/C4iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathC4.podspec
20 lines (18 loc) · 859 Bytes
/
C4.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "C4"
s.version = "1.0.2"
s.summary = "Code, Creatively."
s.description = <<-DESC
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.
DESC
s.homepage = "http://www.c4ios.com"
s.license = "MIT"
s.authors = { "Travis" => "[email protected]", "Alejandro Isaza" => "[email protected]" }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/C4Framework/C4iOS.git", :tag => s.version }
s.source_files = "C4/**/*.swift"
end