[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.0.0 / FormatterKit.podspec.json
blob6087902d502968db584ff561a422776dc48f559c
2   "name": "FormatterKit",
3   "version": "1.0.0",
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.0.0"
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": "ArrayFormatter",
22       "source_files": "TTTArrayFormatter/*.{h,m}"
23     },
24     {
25       "name": "LocationFormatter",
26       "source_files": "TTTLocationFormatter/*.{h,m}",
27       "frameworks": "CoreLocation"
28     },
29     {
30       "name": "OrdinalNumberFormatter",
31       "source_files": "TTTOrdinalNumberFormatter/*.{h,m}"
32     },
33     {
34       "name": "TimeIntervalFormatter",
35       "source_files": "TTTTimeIntervalFormatter/*.{h,m}"
36     },
37     {
38       "name": "UnitOfInformationFormatter",
39       "source_files": "TTTUnitOfInformationFormatter/*.{h,m}"
40     },
41     {
42       "name": "URLRequestFormatter",
43       "source_files": "TTTURLRequestFormatter/*.{h,m}"
44     }
45   ]