[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / a / 5 / b / SwiftDecimalNumber / 0.1.1 / SwiftDecimalNumber.podspec.json
blob886cb3a253059389385e067f7a3a60410190613f
2   "name": "SwiftDecimalNumber",
3   "version": "0.1.1",
4   "summary": "Swift extensions for NSDecimalNumber.",
5   "description": "It provides an expressive way of interfacing with\nthe NSDecimalNumber type instead of using the verbose\nbuilt in methods. Also adds methods such as min and\nmax.",
6   "homepage": "https://github.com/superwatermelon/SwiftDecimalNumber",
7   "license": "MIT",
8   "authors": {
9     "Stuart Wakefield": "stuart@superwatermelon.com"
10   },
11   "source": {
12     "git": "https://github.com/superwatermelon/SwiftDecimalNumber.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "9.2"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftDecimalNumber/**/*"