-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Granola.podspec
21 lines (20 loc) · 983 Bytes
/
Granola.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 = "Granola"
s.version = "0.4.1"
s.summary = "A healthful serializer for your HealthKit data."
s.homepage = "https://github.com/openmhealth/Granola"
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]" }
s.source = { :git => "https://github.com/openmhealth/Granola.git",
:tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/openmhealth'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.frameworks = 'HealthKit'
s.dependency 'ObjectiveSugar', '~> 1.1'
end