[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / 3 / MKUnits / 2.1.0 / MKUnits.podspec.json
blob88da7d0df9357d758ab09c502fedee3a4f1aacf1
2   "name": "MKUnits",
3   "version": "2.1.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.1.0"
17   },
18   "source_files": "Source/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "MKFoundationKit/NSNumber": [
22       "~> 1.2.0"
23     ]
24   }