[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 3 / CareKit / 1.0.1 / CareKit.podspec.json
blobefacd9a8d358530f5db55bae36c9ad63fad4ca9a
2   "name": "CareKit",
3   "version": "1.0.1",
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.1"
25   },
26   "source_files": "CareKit/**/*.{h,m}",
27   "private_header_files": [
28     "CareKit/**/*Private.h",
29     "CareKit/**/*Internal.h"
30   ],
31   "resources": [
32     "CareKit/Assets.xcassets",
33     "CareKit/Localization/*.lproj",
34     "CareKit/CarePlan/OCKCarePlanStore.xcdatamodeld"
35   ],
36   "exclude_files": [
37     "docs",
38     "Sample",
39     "testing",
40     "DerivedData"
41   ],
42   "requires_arc": true,
43   "ios": {
44     "frameworks": [
45       "HealthKit",
46       "CoreData"
47     ]
48   }