[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 9 / e / EngineeringNotationFormatter / 0.0.1 / EngineeringNotationFormatter.podspec.json
blob5f4dcb86aba3e274f34195347eda6d243ece592a
2   "name": "EngineeringNotationFormatter",
3   "version": "0.0.1",
4   "license": {
5     "type": "BSD",
6     "text": "                   We jointly offer this code here with a unattributed BSD style license (see source files).\n"
7   },
8   "summary": "C-based Engineering Notation Formatter with a Objective-C wrapper.",
9   "homepage": "https://github.com/olegam/EngineeringNotationFormatter",
10   "authors": {
11     "Ole Gammelgaard Poulsen": "ole@shape.dk"
12   },
13   "source": {
14     "git": "https://github.com/olegam/EngineeringNotationFormatter.git",
15     "tag": "v0.0.1"
16   },
17   "description": "\n    C-based Engineering Notation Formatter with a Objective-C wrapper, and handles variable digits, style, and step capability. Can also format numbers with SI-style suffixes.\n\n    Can output strings like 7.14e3, 3.43 M, or 6.32 m.\n  ",
18   "source_files": "EngineeringNotationFormatter/YouNeedTheseFiles/*.{h,m,c}",
19   "ios": {
20     "frameworks": "Foundation"
21   },
22   "platforms": {
23     "ios": "6.0"
24   },
25   "requires_arc": true