15 lines
1.3 KiB
Ruby
15 lines
1.3 KiB
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'ResearchKit'
|
|
s.version = '1.0.0'
|
|
s.summary = 'ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.'
|
|
s.homepage = 'https://www.github.com/ResearchKit/ResearchKit'
|
|
s.license = { :type => 'BSD', :file => 'LICENSE' }
|
|
s.author = { "Apple Inc." => "http://apple.com" }
|
|
s.source = { :git => 'https://github.com/ResearchKit/ResearchKit.git', :tag => "v#{s.version}"}
|
|
s.public_header_files = 'ResearchKit/ResearchKit.h', 'ResearchKit/ActiveTasks/{ORKActiveStep.h, ORKActiveStepViewController.h, ORKRecorder.h}', 'ResearchKit/Common/{ORKAnswerFormat.h, ORKDefines.h, ORKFormStep.h, ORKHealthAnswerFormat.h, ORKInstructionStep.h, ORKOrderedTask.h, ORKQuestionStep.h, ORKResult.h, ORKStep.h, ORKStepViewController.h, ORKTask.h, ORKTaskViewController.h}', 'ResearchKit/Consent/{ORKConsentDocument.h, ORKConsentReviewStep.h, ORKConsentSection.h, ORKConsentSharingStep.h, ORKConsentSignature.h, ORKVisualConsentStep.h}'
|
|
s.source_files = 'ResearchKit/**/*.{h,m}'
|
|
s.resources = 'ResearchKit/**/*.{fsh,vsh}', 'ResearchKit/Animations/**/*.m4v', 'ResearchKit/Artwork.xcassets', 'ResearchKit/Localized/*.lproj'
|
|
s.platform = :ios, '8.0'
|
|
s.requires_arc = true
|
|
end
|