-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBreinifyApi.podspec
13 lines (13 loc) · 1.03 KB
/
BreinifyApi.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.new do |s|
s.name = 'BreinifyApi'
s.version = '2.0.20'
s.summary = 'Breinify´s DigitalDNA API puts dynamic behavior-based, people-driven data right at your fingertips'
s.description = 'Breinify´s DigitalDNA API puts dynamic behavior-based, people-driven data right at your fingertips. We believe that in many situations, a critical component of a great user experience is personalization. With all the data available on the web it should be easy to provide a unique experience to every visitor, and yet, sometimes you may find yourself wondering why it is so difficult.'
s.homepage = 'https://github.com/Breinify/brein-api-library-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Breinify Inc.' => '[email protected]' }
s.source = { :git => 'https://github.com/Breinify/brein-api-library-ios.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.source_files = 'BreinifyApi/**/*.swift'
end