[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.2.1 / FormatterKit.podspec.json
blob53d06925180765119ce9bc685a497c6a5fe1dfca
2   "name": "FormatterKit",
3   "version": "1.2.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "`stringWithFormat:` for the sophisticated hacker set.",
9   "homepage": "https://github.com/mattt/FormatterKit",
10   "authors": {
11     "Mattt Thompson": "m@mattt.me"
12   },
13   "source": {
14     "git": "https://github.com/mattt/FormatterKit.git",
15     "tag": "1.2.1"
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       "frameworks": "AddressBook"
25     },
26     {
27       "name": "ArrayFormatter",
28       "source_files": "FormatterKit/TTTArrayFormatter.{h,m}",
29       "resources": "Localizations/**"
30     },
31     {
32       "name": "LocationFormatter",
33       "source_files": "FormatterKit/TTTLocationFormatter.{h,m}",
34       "resources": "Localizations/**",
35       "frameworks": "CoreLocation"
36     },
37     {
38       "name": "OrdinalNumberFormatter",
39       "source_files": "FormatterKit/TTTOrdinalNumberFormatter.{h,m}",
40       "resources": "Localizations/**"
41     },
42     {
43       "name": "TimeIntervalFormatter",
44       "source_files": "FormatterKit/TTTTimeIntervalFormatter.{h,m}",
45       "resources": "Localizations/**"
46     },
47     {
48       "name": "UnitOfInformationFormatter",
49       "source_files": "FormatterKit/TTTUnitOfInformationFormatter.{h,m}",
50       "resources": "Localizations/**"
51     },
52     {
53       "name": "URLRequestFormatter",
54       "source_files": "FormatterKit/TTTURLRequestFormatter.{h,m}",
55       "resources": "Localizations/**"
56     }
57   ]