[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / e / b / 3 / MKUnits / 1.2.0 / MKUnits.podspec.json
blobdb317062fa490a80675ac0c5d24aaed2c5fa147b
2   "name": "MKUnits",
3   "version": "1.2.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   "source": {
14     "git": "https://github.com/michalkonturek/MKUnits.git",
15     "tag": "1.2.0"
16   },
17   "source_files": "Source/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MKFoundationKit/NSNumber": [
21       "~> 1.1.0"
22     ]
23   }