[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 2 / 4 / FormatterKit / 1.8.1 / FormatterKit.podspec.json
blobda3c47a0e477ad9f0cf43b3584f3ab5a0f7886a3
2   "name": "FormatterKit",
3   "version": "1.8.1",
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.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   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Resources",
26       "resources": "Localizations/**"
27     },
28     {
29       "name": "AddressFormatter",
30       "source_files": "FormatterKit/TTTAddressFormatter.{h,m}",
31       "dependencies": {
32         "FormatterKit/Resources": [
34         ]
35       },
36       "osx": {
37         "frameworks": "AddressBook"
38       },
39       "ios": {
40         "frameworks": [
41           "AddressBook",
42           "AddressBookUI"
43         ]
44       }
45     },
46     {
47       "name": "ArrayFormatter",
48       "source_files": "FormatterKit/TTTArrayFormatter.{h,m}",
49       "dependencies": {
50         "FormatterKit/Resources": [
52         ]
53       }
54     },
55     {
56       "name": "ColorFormatter",
57       "source_files": "FormatterKit/TTTColorFormatter.{h,m}",
58       "dependencies": {
59         "FormatterKit/Resources": [
61         ]
62       }
63     },
64     {
65       "name": "LocationFormatter",
66       "source_files": "FormatterKit/TTTLocationFormatter.{h,m}",
67       "dependencies": {
68         "FormatterKit/Resources": [
70         ]
71       },
72       "frameworks": "CoreLocation"
73     },
74     {
75       "name": "NameFormatter",
76       "source_files": "FormatterKit/TTTNameFormatter.{h,m}",
77       "dependencies": {
78         "FormatterKit/Resources": [
80         ]
81       },
82       "ios": {
83         "frameworks": "AddressBook"
84       }
85     },
86     {
87       "name": "OrdinalNumberFormatter",
88       "source_files": "FormatterKit/TTTOrdinalNumberFormatter.{h,m}",
89       "dependencies": {
90         "FormatterKit/Resources": [
92         ]
93       }
94     },
95     {
96       "name": "TimeIntervalFormatter",
97       "source_files": "FormatterKit/TTTTimeIntervalFormatter.{h,m}",
98       "dependencies": {
99         "FormatterKit/Resources": [
101         ]
102       }
103     },
104     {
105       "name": "UnitOfInformationFormatter",
106       "source_files": "FormatterKit/TTTUnitOfInformationFormatter.{h,m}",
107       "dependencies": {
108         "FormatterKit/Resources": [
110         ]
111       }
112     },
113     {
114       "name": "URLRequestFormatter",
115       "source_files": "FormatterKit/TTTURLRequestFormatter.{h,m}",
116       "dependencies": {
117         "FormatterKit/Resources": [
119         ]
120       }
121     }
122   ]