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