[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.8.2 / FormatterKit.podspec.json
blobb7164e94a806b89de64c1b4e39f7472109a1217f
2   "name": "FormatterKit",
3   "version": "1.8.2",
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.8.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   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Resources",
28       "resources": "FormatterKit/FormatterKit.bundle",
29       "source_files": "FormatterKit/NSBundle+FormatterKit.{h,m}"
30     },
31     {
32       "name": "AddressFormatter",
33       "source_files": "FormatterKit/TTTAddressFormatter.{h,m}",
34       "dependencies": {
35         "FormatterKit/Resources": [
37         ]
38       },
39       "osx": {
40         "frameworks": "AddressBook"
41       },
42       "ios": {
43         "frameworks": [
44           "AddressBook",
45           "AddressBookUI"
46         ]
47       }
48     },
49     {
50       "name": "ArrayFormatter",
51       "source_files": "FormatterKit/TTTArrayFormatter.{h,m}",
52       "dependencies": {
53         "FormatterKit/Resources": [
55         ]
56       }
57     },
58     {
59       "name": "ColorFormatter",
60       "source_files": "FormatterKit/TTTColorFormatter.{h,m}",
61       "dependencies": {
62         "FormatterKit/Resources": [
64         ]
65       }
66     },
67     {
68       "name": "LocationFormatter",
69       "source_files": "FormatterKit/TTTLocationFormatter.{h,m}",
70       "dependencies": {
71         "FormatterKit/Resources": [
73         ]
74       },
75       "frameworks": "CoreLocation"
76     },
77     {
78       "name": "NameFormatter",
79       "source_files": "FormatterKit/TTTNameFormatter.{h,m}",
80       "dependencies": {
81         "FormatterKit/Resources": [
83         ]
84       },
85       "ios": {
86         "frameworks": "AddressBook"
87       }
88     },
89     {
90       "name": "OrdinalNumberFormatter",
91       "source_files": "FormatterKit/TTTOrdinalNumberFormatter.{h,m}",
92       "dependencies": {
93         "FormatterKit/Resources": [
95         ]
96       }
97     },
98     {
99       "name": "TimeIntervalFormatter",
100       "source_files": "FormatterKit/TTTTimeIntervalFormatter.{h,m}",
101       "dependencies": {
102         "FormatterKit/Resources": [
104         ]
105       }
106     },
107     {
108       "name": "UnitOfInformationFormatter",
109       "source_files": "FormatterKit/TTTUnitOfInformationFormatter.{h,m}",
110       "dependencies": {
111         "FormatterKit/Resources": [
113         ]
114       }
115     },
116     {
117       "name": "URLRequestFormatter",
118       "source_files": "FormatterKit/TTTURLRequestFormatter.{h,m}",
119       "dependencies": {
120         "FormatterKit/Resources": [
122         ]
123       }
124     }
125   ]