forked from openmhealth/Granola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHavrefras.podspec
20 lines (20 loc) · 1.02 KB
/
Havrefras.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "Havrefras"
s.version = "0.4.3"
s.summary = "A variant of a healthful serializer for your HealthKit data."
s.homepage = "https://github.com/carechain/Havrefras"
s.license = { :type => 'Apache 2.0',
:file => 'LICENSE' }
s.authors = { "Brent Hargrave" => "[email protected]",
"Chris Schaefbauer" => "[email protected]",
"Emerson Farrugia" => "[email protected]",
"Simona Carini" => "[email protected]", "Johan Sellström" => "[email protected]" }
s.source = { :git => "https://github.com/carechain/Havrefras.git",
:tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/openmhealth'
s.platform = :ios, '10.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.frameworks = 'HealthKit'
s.dependency 'ObjectiveSugar', '~> 1.1'
end