-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCardian.podspec
23 lines (21 loc) · 1.07 KB
/
Cardian.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |spec|
spec.name = "Cardian"
spec.version = "0.9.5"
spec.summary = "Cardian is a free service that makes it easy for mobile app developers to build data-driven, health & fitness apps."
spec.description = <<-DESC
Cardian is a free service that makes it easy for mobile app developers to build data-driven, health & fitness apps. This plugin simplifies how you integrate your native iOS app with Apple HealthKit to just three lines of code.
DESC
spec.homepage = "https://cardian.io"
spec.license = { type: 'Modified MIT', file: 'LICENSE' }
spec.author = { "author" => "team@cardian.io" }
spec.social_media_url = "https://github.com/cardian-team"
spec.resource_bundles = {
'Cardian' => ['Cardian/**/*.{storyboard,xib,xcdatamodeld,xcassets}']
}
spec.platform = :ios, "12.0"
spec.requires_arc = true
spec.source = { git: "https://github.com/cardian-team/Cardian-iOS-SDK.git", tag: "#{spec.version}", submodules: true }
spec.source_files = "Cardian/**/*.{h,swift}"
spec.swift_version = "5.0"
spec.dependency "Alamofire"
end