-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathVISPER-Core.podspec
More file actions
23 lines (17 loc) · 861 Bytes
/
VISPER-Core.podspec
File metadata and controls
23 lines (17 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = 'VISPER-Core'
s.version = '5.0.0'
s.summary = 'The core protocols and classes used in the VISPER Framework.'
s.description = <<-DESC
The core protocols and classes used in the VISPER Framework.
(VISPER is a framework for building component based apps with the viper architecture).
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-Core-'+String(s.version) }
s.social_media_url = 'https://twitter.com/janbartel'
s.ios.deployment_target = '9.0'
s.swift_version = '4.2'
s.source_files = 'VISPER-Core/Classes/**/*'
end