[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / c / Granola / 0.1.0 / Granola.podspec.json
blob9dceea2edb1599dd27892c5d62f24a46e66aed01
2   "name": "Granola",
3   "version": "0.1.0",
4   "summary": "A healthful serializer for your HealthKit data.",
5   "homepage": "https://github.com/openmhealth/Granola",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Brent Hargrave": "brent@brent.is"
12   },
13   "source": {
14     "git": "https://github.com/openmhealth/Granola.git",
15     "tag": "0.1.0"
16   },
17   "social_media_url": "https://twitter.com/openmhealth",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "frameworks": "HealthKit",
24   "dependencies": {
25     "ObjectiveSugar": [
26       "~> 1.1"
27     ]
28   }