[Add] MapboxCommon 24.10.0-daily-2025-01-02-04-26
[CocoaPods.git] / Specs / 6 / f / 8 / ISO8601DateFormatterValueTransformer / 0.7.0 / ISO8601DateFormatterValueTransformer.podspec.json
blobd5cd080234a2a2a079644100aa68955e765fcc1b
2   "name": "ISO8601DateFormatterValueTransformer",
3   "version": "0.7.0",
4   "license": "Apache2",
5   "summary": "A small library that integrates ISO8601DateFormatter with RKValueTransformers",
6   "homepage": "https://github.com/blakewatters/ISO8601DateFormatterValueTransformer",
7   "authors": {
8     "Blake Watters": "blakewatters@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/blakewatters/ISO8601DateFormatterValueTransformer.git",
12     "tag": "v0.7.0"
13   },
14   "source_files": "Code",
15   "requires_arc": true,
16   "dependencies": {
17     "RKValueTransformers": [
18       "~> 1.1.0"
19     ],
20     "ISO8601DateFormatter": [
21       "~> 0.7"
22     ]
23   },
24   "platforms": {
25     "ios": "5.0",
26     "osx": "10.7"
27   }