[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / b / a / 3 / CareKit / 1.0.2 / CareKit.podspec.json
blobc27ae80135cfb1bb406a3cb54b7e8d7f65ac1b88
2   "name": "CareKit",
3   "version": "1.0.2",
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.0.2"
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/Insights/OCKInsightsViewController.h",
39     "CareKit/Insights/OCKBarSeries.h",
40     "CareKit/Utilities/OCKDefines.h",
41     "CareKit/CarePlan/OCKCarePlanStore.h",
42     "CareKit/Insights/OCKMessageItem.h",
43     "CareKit/Connect/OCKConnectViewController.h",
44     "CareKit/CareCard/OCKCareCardViewController.h",
45     "CareKit/CarePlan/OCKCarePlanActivity.h",
46     "CareKit/Connect/OCKContact.h",
47     "CareKit/CarePlan/NSDateComponents+CarePlan.h",
48     "CareKit/Insights/OCKChart.h",
49     "CareKit/PDF/OCKDocument.h",
50     "CareKit/CarePlan/OCKCarePlanEvent.h",
51     "CareKit/CareKit.h",
52     "CareKit/Insights/OCKBarChart.h",
53     "CareKit/CarePlan/OCKCareSchedule.h",
54     "CareKit/CarePlan/OCKCarePlanEventResult.h",
55     "CareKit/Insights/OCKInsightItem.h",
56     "CareKit/SymptomTracker/OCKSymptomTrackerViewController.h"
57   ],
58   "exclude_files": [
59     "docs",
60     "Sample",
61     "testing",
62     "DerivedData"
63   ],
64   "module_map": "CareKit/CareKit.modulemap",
65   "requires_arc": true,
66   "ios": {
67     "frameworks": [
68       "HealthKit",
69       "CoreData"
70     ]
71   }