[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.5.3 / FormatterKit.podspec.json
blob5293b54cd4eee41732b95f246b107d7a16ac1568
2   "name": "FormatterKit",
3   "version": "1.5.3",
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.5.3"
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": "OrdinalNumberFormatter",
52       "source_files": "FormatterKit/TTTOrdinalNumberFormatter.{h,m}",
53       "resources": "Localizations/**"
54     },
55     {
56       "name": "TimeIntervalFormatter",
57       "source_files": "FormatterKit/TTTTimeIntervalFormatter.{h,m}",
58       "resources": "Localizations/**"
59     },
60     {
61       "name": "UnitOfInformationFormatter",
62       "source_files": "FormatterKit/TTTUnitOfInformationFormatter.{h,m}",
63       "resources": "Localizations/**"
64     },
65     {
66       "name": "URLRequestFormatter",
67       "source_files": "FormatterKit/TTTURLRequestFormatter.{h,m}",
68       "resources": "Localizations/**"
69     }
70   ]