-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathWhaleAlert.podspec
More file actions
18 lines (16 loc) · 971 Bytes
/
WhaleAlert.podspec
File metadata and controls
18 lines (16 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'WhaleAlert'
s.version = '1.0.4'
s.summary = 'Swift implementation of the WhaleAlert API.'
s.description = <<-DESC
Whale Alert's API allows you to retrieve live and historical transaction data from major blockchains. Currently supported are Bitcoin, Ethereum, Ripple, NEO, EOS, Stellar and Tron. More blockchains will be added in the future. Please read our terms and conditions before using the API.
DESC
s.homepage = 'https://github.com/imryan/WhaleAlert'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ryan Cohen' => 'notryancohen@gmail.com' }
s.source = { :git => 'https://github.com/imryan/WhaleAlert.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/notryancohen'
s.swift_versions = ['5.0']
s.ios.deployment_target = '11.0'
s.source_files = 'WhaleAlert/Classes/**/*'
end