-
Notifications
You must be signed in to change notification settings - Fork 3
/
ACActionCable.podspec
22 lines (21 loc) · 1.04 KB
/
ACActionCable.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Be sure to run `pod lib lint ACActionCable.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |spec|
spec.name = 'ACActionCable'
spec.version = '2.2.0'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/High5Apps/ACActionCable'
spec.authors = { 'Julian Tigler' => '[email protected]', 'Fabian Jäger' => '[email protected]' }
spec.summary = 'A well-tested, dependency-free Action Cable client for Rails 6'
spec.source = { :git => 'https://github.com/High5Apps/ACActionCable.git', :tag => 'v2.2.0' }
spec.swift_version = '5.1'
spec.ios.deployment_target = '11.0'
spec.osx.deployment_target = '10.13'
spec.source_files = 'Sources/**/*'
spec.frameworks = 'Foundation'
end