[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / 3 / MKUnits / 2.0.0 / MKUnits.podspec.json
blobb15135a6dea2997edacaec6d00f388ed9f5bc41b
2   "name": "MKUnits",
3   "version": "2.0.0",
4   "summary": "Unit conversion library for Objective-C. It provides units of measurement of physical quantities and simplifies manipulation of them.",
5   "homepage": "https://github.com/michalkonturek/MKUnits",
6   "license": "MIT",
7   "authors": {
8     "Michal Konturek": "michal.konturek@gmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "social_media_url": "https://twitter.com/michalkonturek",
14   "source": {
15     "git": "https://github.com/michalkonturek/MKUnits.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "Source/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "MKFoundationKit/NSNumber": [
22       "~> 1.2.0"
23     ]
24   }