[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 9 / 5 / Unitility / 0.1.0 / Unitility.podspec.json
bloba3361fc0efcdb0aaccbbc59b3591fac00058e747
2   "name": "Unitility",
3   "version": "0.1.0",
4   "homepage": "https://github.com/materik/unitility.git",
5   "summary": "Easy to use and understand pod for storing, formatting and converting units of different measurements.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Mattias Eriksson": "thematerik@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/materik/unitility.git",
18     "tag": "0.1.0"
19   },
20   "exclude_files": [
21     "DemoObjC"
22   ],
23   "frameworks": [
24     "UIKit"
25   ],
26   "default_subspecs": "ObjC",
27   "subspecs": [
28     {
29       "name": "ObjC",
30       "source_files": "ObjC/**/*.{h,m}"
31     }
32   ]