[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.3.1 / FormatterKit.podspec.json
blobade0c12016493efae4d0a3bdbfe7d204a4131b08
2   "name": "FormatterKit",
3   "version": "1.3.1",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "`stringWithFormat:` for the sophisticated hacker set.",
8   "homepage": "https://github.com/mattt/FormatterKit",
9   "authors": {
10     "Mattt Thompson": "m@mattt.me"
11   },
12   "source": {
13     "git": "https://github.com/mattt/FormatterKit.git",
14     "tag": "1.3.1"
15   },
16   "description": "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like units of information, 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.",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "AddressFormatter",
21       "source_files": "FormatterKit/TTTAddressFormatter.{h,m}",
22       "resources": "Localizations/**",
23       "frameworks": "AddressBook"
24     },
25     {
26       "name": "ArrayFormatter",
27       "source_files": "FormatterKit/TTTArrayFormatter.{h,m}",
28       "resources": "Localizations/**"
29     },
30     {
31       "name": "ColorFormatter",
32       "source_files": "FormatterKit/TTTColorFormatter.{h,m}",
33       "resources": "Localizations/**"
34     },
35     {
36       "name": "LocationFormatter",
37       "source_files": "FormatterKit/TTTLocationFormatter.{h,m}",
38       "resources": "Localizations/**",
39       "frameworks": "CoreLocation"
40     },
41     {
42       "name": "OrdinalNumberFormatter",
43       "source_files": "FormatterKit/TTTOrdinalNumberFormatter.{h,m}",
44       "resources": "Localizations/**"
45     },
46     {
47       "name": "TimeIntervalFormatter",
48       "source_files": "FormatterKit/TTTTimeIntervalFormatter.{h,m}",
49       "resources": "Localizations/**"
50     },
51     {
52       "name": "UnitOfInformationFormatter",
53       "source_files": "FormatterKit/TTTUnitOfInformationFormatter.{h,m}",
54       "resources": "Localizations/**"
55     },
56     {
57       "name": "URLRequestFormatter",
58       "source_files": "FormatterKit/TTTURLRequestFormatter.{h,m}",
59       "resources": "Localizations/**"
60     }
61   ]