blob: efacd9a8d358530f5db55bae36c9ad63fad4ca9a [file] [log] [blame]
{
"name": "CareKit",
"version": "1.0.1",
"summary": "CareKit is an open source software framework for creating apps that help people better understand and manage their health.",
"homepage": "https://github.com/carekit-apple/CareKit/",
"documentation_url": "http://carekit.org/docs/",
"screenshots": [
"http://carekit.org/docs/docs/Overview/OverviewImages/CareCard.png",
"http://carekit.org/docs/docs/Overview/OverviewImages/Evaluations.png",
"http://carekit.org/docs/docs/Overview/OverviewImages/Dashboard.png"
],
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"carekit.org": "http://carekit.org"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/carekit-apple/carekit.git",
"tag": "1.0.1"
},
"source_files": "CareKit/**/*.{h,m}",
"private_header_files": [
"CareKit/**/*Private.h",
"CareKit/**/*Internal.h"
],
"resources": [
"CareKit/Assets.xcassets",
"CareKit/Localization/*.lproj",
"CareKit/CarePlan/OCKCarePlanStore.xcdatamodeld"
],
"exclude_files": [
"docs",
"Sample",
"testing",
"DerivedData"
],
"requires_arc": true,
"ios": {
"frameworks": [
"HealthKit",
"CoreData"
]
}
}