[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 3 / CareKit / 1.2.0 / CareKit.podspec.json
blobdc7da2ed6569472bdc4d52574e77efcf42ec3e10
2   "name": "CareKit",
3   "version": "1.2.0",
4   "summary": "CareKit is an open source software framework for creating apps that help people better understand and manage their health.",
5   "homepage": "https://github.com/carekit-apple/CareKit/",
6   "documentation_url": "http://carekit.org/docs/",
7   "screenshots": [
8     "http://carekit.org/docs/docs/Overview/OverviewImages/CareCard.png",
9     "http://carekit.org/docs/docs/Overview/OverviewImages/Evaluations.png",
10     "http://carekit.org/docs/docs/Overview/OverviewImages/Dashboard.png"
11   ],
12   "license": {
13     "type": "BSD",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "carekit.org": "http://carekit.org"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/carekit-apple/carekit.git",
24     "tag": "1.2.0"
25   },
26   "source_files": "CareKit/**/*.{h,m}",
27   "private_header_files": [
28     "CareKit/CarePlan/OCKCareSchedule_Private.h",
29     "CareKit/CareKit_Private.h"
30   ],
31   "resources": [
32     "CareKit/Assets.xcassets",
33     "CareKit/Localization/*.lproj",
34     "CareKit/CarePlan/OCKCarePlanStore.xcdatamodeld"
35   ],
36   "public_header_files": [
37     "CareKit/Insights/OCKGroupedBarChartView.h",
38     "CareKit/Common/OCKColor.h",
39     "CareKit/Patient/OCKPatient.h",
40     "CareKit/Insights/OCKInsightsViewController.h",
41     "CareKit/Insights/OCKBarSeries.h",
42     "CareKit/Insights/OCKRingItem.h",
43     "CareKit/Utilities/OCKDefines.h",
44     "CareKit/CareContents/OCKCareContentsViewController.h",
45     "CareKit/Common/OCKGlyph.h",
46     "CareKit/Connect/OCKConnectMessageItem.h",
47     "CareKit/CarePlan/OCKCarePlanStore.h",
48     "CareKit/Insights/OCKMessageItem.h",
49     "CareKit/CareCard/OCKCareCardDetailViewController.h",
50     "CareKit/Connect/OCKConnectViewController.h",
51     "CareKit/CareCard/OCKCareCardViewController.h",
52     "CareKit/CarePlan/OCKCarePlanActivity.h",
53     "CareKit/Connect/OCKContact.h",
54     "CareKit/CarePlan/NSDateComponents+CarePlan.h",
55     "CareKit/Insights/OCKChart.h",
56     "CareKit/PDF/OCKDocument.h",
57     "CareKit/CarePlan/OCKCarePlanEvent.h",
58     "CareKit/Connect/OCKContactInfo.h",
59     "CareKit/CareKit.h",
60     "CareKit/Insights/OCKBarChart.h",
61     "CareKit/CarePlan/OCKCarePlanThreshold.h",
62     "CareKit/CarePlan/OCKCareSchedule.h",
63     "CareKit/CarePlan/OCKCarePlanEventResult.h",
64     "CareKit/Patient/OCKPatientWidget.h",
65     "CareKit/Insights/OCKInsightItem.h",
66     "CareKit/SymptomTracker/OCKSymptomTrackerViewController.h"
67   ],
68   "exclude_files": [
69     "docs",
70     "Sample",
71     "testing",
72     "DerivedData"
73   ],
74   "module_map": "CareKit/CareKit.modulemap",
75   "requires_arc": true,
76   "ios": {
77     "frameworks": [
78       "HealthKit",
79       "CoreData"
80     ]
81   }