forked from cogswell-io/cogs-ios-client-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CogsSDK.podspec
31 lines (26 loc) · 1.51 KB
/
CogsSDK.podspec
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
26
27
28
29
30
31
#
# Be sure to run `pod lib lint CogsSDK.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'CogsSDK'
s.version = '1.0.13'
s.summary = 'CogsSDK is the Swift client SDK of Cogswell publish/subscribe platform.'
# This description is used to generate tags and improve search results.
s.description = <<-DESC
CogsSDK is the Swift client SDK of Cogswell publish/subscribe platform.
Cogswell is a pub/sub and complex event processing platform designed to process data using a sophisticated rules engine. Get the information you need to make decisions in real time. Define rules in our web console, and use REST API or SDKs to send event data and subscribe client applications. Cogswell.io gives you the power to process critical information and take immediate action.
https://cogswell.io
DESC
s.homepage = 'https://github.com/cogswell-io/cogs-ios-client-sdk'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { 'Aviata Inc.' => 'https://cogswell.io' }
s.source = { :git => 'https://github.com/cogswell-io/cogs-ios-client-sdk.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'CogsSDK/Classes/**/*'
s.dependency 'CryptoSwift'
s.dependency 'Starscream', '~> 2.0.3'
end