-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathVISPER-Entity.podspec
More file actions
20 lines (16 loc) · 891 Bytes
/
VISPER-Entity.podspec
File metadata and controls
20 lines (16 loc) · 891 Bytes
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 = 'VISPER-Entity'
s.version = '5.0.0'
s.summary = 'VISPER-Entity is the implementation of the entity layer in VISPER'
s.description = <<-DESC
VISPER-Entity is the implementation of the entity layer in VISPER. (VISPER is a framework for building component based apps with the viper architecture in swift.)
DESC
s.homepage = 'https://github.com/barteljan/VISPER/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Jan Bartel' => 'barteljan@yahoo.de' }
s.source = { :git => 'https://github.com/barteljan/VISPER.git', :tag => 'VISPER-Entity-'+String(s.version) }
s.social_media_url = 'https://twitter.com/barteljan'
s.ios.deployment_target = '9.0'
s.swift_version = '4.2'
s.source_files = 'VISPER-Entity/Classes/*.swift'
end