[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 0 / 9 / 5 / Unitility / 0.2.0 / Unitility.podspec.json
blobaa32968a113f84169d9bf3e97f7f3d569319c68d
2   "name": "Unitility",
3   "version": "0.2.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.2.0"
19   },
20   "exclude_files": [
21     "SwiftTests",
22     "ObjCTests"
23   ],
24   "frameworks": [
25     "UIKit"
26   ],
27   "default_subspecs": "Swift",
28   "subspecs": [
29     {
30       "name": "Swift",
31       "source_files": "Swift/**/*.swift"
32     },
33     {
34       "name": "ObjC",
35       "source_files": "ObjC/**/*.{h,m}"
36     }
37   ]