[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 0.6.0 / FormatterKit.podspec.json
blobcc23b53ceba67da05b0ce176a74921e7de7c6396
2   "name": "FormatterKit",
3   "version": "0.6.0",
4   "license": "MIT",
5   "summary": "`stringWithFormat:` for the sophisticated hacker set.",
6   "homepage": "https://github.com/mattt/FormatterKit",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/mattt/FormatterKit.git",
12     "tag": "0.6.0"
13   },
14   "description": "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like hours of operation, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application.",
15   "source_files": [
16     "TTTArrayFormatter/*.{h,m}",
17     "TTTHoursOfOperation/*.{h,m}",
18     "TTTLocationFormatter/*.{h,m}",
19     "TTTOrdinalNumberFormatter/*.{h,m}",
20     "TTTTimeIntervalFormatter/*.{h,m}",
21     "TTTURLRequestFormatter/*.{h,m}"
22   ],
23   "requires_arc": false