[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.1.2 / FormatterKit.podspec.json
blobf80600703dc9dc56501f5d583cf44d26d8d9ad7e
2   "name": "FormatterKit",
3   "version": "1.1.2",
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.1.2"
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       "frameworks": "AddressBook"
24     },
25     {
26       "name": "ArrayFormatter",
27       "source_files": "FormatterKit/TTTArrayFormatter.{h,m}"
28     },
29     {
30       "name": "LocationFormatter",
31       "source_files": "FormatterKit/TTTLocationFormatter.{h,m}",
32       "frameworks": "CoreLocation"
33     },
34     {
35       "name": "OrdinalNumberFormatter",
36       "source_files": "FormatterKit/TTTOrdinalNumberFormatter.{h,m}"
37     },
38     {
39       "name": "TimeIntervalFormatter",
40       "source_files": "FormatterKit/TTTTimeIntervalFormatter.{h,m}"
41     },
42     {
43       "name": "UnitOfInformationFormatter",
44       "source_files": "FormatterKit/TTTUnitOfInformationFormatter.{h,m}"
45     },
46     {
47       "name": "URLRequestFormatter",
48       "source_files": "FormatterKit/TTTURLRequestFormatter.{h,m}"
49     }
50   ]