[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.7.4 / FormatterKit.podspec.json
blob683b1ce992197154855c66ab3a8b4d48095cf87c
2   "name": "FormatterKit",
3   "version": "1.7.4",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "`stringWithFormat:` for the sophisticated hacker set.",
8   "homepage": "https://github.com/mattt/FormatterKit",
9   "social_media_url": "https://twitter.com/mattt",
10   "authors": {
11     "Mattt Thompson": "m@mattt.me"
12   },
13   "source": {
14     "git": "https://github.com/mattt/FormatterKit.git",
15     "tag": "1.7.4"
16   },
17   "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.",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "AddressFormatter",
22       "source_files": "FormatterKit/TTTAddressFormatter.{h,m}",
23       "resources": "Localizations/**",
24       "osx": {
25         "frameworks": "AddressBook"
26       },
27       "ios": {
28         "frameworks": [
29           "AddressBook",
30           "AddressBookUI"
31         ]
32       }
33     },
34     {
35       "name": "ArrayFormatter",
36       "source_files": "FormatterKit/TTTArrayFormatter.{h,m}",
37       "resources": "Localizations/**"
38     },
39     {
40       "name": "ColorFormatter",
41       "source_files": "FormatterKit/TTTColorFormatter.{h,m}",
42       "resources": "Localizations/**"
43     },
44     {
45       "name": "LocationFormatter",
46       "source_files": "FormatterKit/TTTLocationFormatter.{h,m}",
47       "resources": "Localizations/**",
48       "frameworks": "CoreLocation"
49     },
50     {
51       "name": "NameFormatter",
52       "source_files": "FormatterKit/TTTNameFormatter.{h,m}",
53       "resources": "Localizations/**",
54       "ios": {
55         "frameworks": "AddressBook"
56       }
57     },
58     {
59       "name": "OrdinalNumberFormatter",
60       "source_files": "FormatterKit/TTTOrdinalNumberFormatter.{h,m}",
61       "resources": "Localizations/**"
62     },
63     {
64       "name": "TimeIntervalFormatter",
65       "source_files": "FormatterKit/TTTTimeIntervalFormatter.{h,m}",
66       "resources": "Localizations/**"
67     },
68     {
69       "name": "UnitOfInformationFormatter",
70       "source_files": "FormatterKit/TTTUnitOfInformationFormatter.{h,m}",
71       "resources": "Localizations/**"
72     },
73     {
74       "name": "URLRequestFormatter",
75       "source_files": "FormatterKit/TTTURLRequestFormatter.{h,m}",
76       "resources": "Localizations/**"
77     }
78   ]