[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 9 / 5 / Unitility / 0.5.1 / Unitility.podspec.json
bloba9848cdca6796b9709542f814a439190a9575f77
2   "name": "Unitility",
3   "version": "0.5.1",
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.5.1"
19   },
20   "exclude_files": [
21     "SwiftTests",
22     "ObjCTests"
23   ],
24   "default_subspecs": "Swift",
25   "subspecs": [
26     {
27       "name": "Swift",
28       "source_files": "Swift/**/*.swift"
29     },
30     {
31       "name": "ObjC",
32       "source_files": "ObjC/**/*.{h,m}"
33     }
34   ]