-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParticleIOS.podspec
More file actions
25 lines (18 loc) · 1.06 KB
/
ParticleIOS.podspec
File metadata and controls
25 lines (18 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |s|
s.name = "ParticleIOS"
s.version = "0.0.1"
s.summary = "Particle view for iOS"
s.description = "Particle view for iOS, based on Particles.js"
s.homepage = "https://github.com/Tj3n"
s.license = "MIT"
s.author = { "tien.vu" => "tienvn3845@gmail.com" }
s.platform = :ios, "13.0"
#s.source = { :git => ".", :tag => String(s.version) }
s.source = { :git => "https://github.com/Tj3n/TVNExtensions.git", :branch => "master" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "ParticleIOS"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
s.frameworks = "Foundation", "UIKit", "SpriteKit"
s.dependency 'TVNExtensions'
end