[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / f / 8 / ISO8601DateFormatterValueTransformer / 0.6.0 / ISO8601DateFormatterValueTransformer.podspec.json
blobfd98382d14fa3fcba0919de2bfc8806204366da1
2   "name": "ISO8601DateFormatterValueTransformer",
3   "version": "0.6.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.6.0"
13   },
14   "source_files": "Code",
15   "requires_arc": true,
16   "dependencies": {
17     "RKValueTransformers": [
18       "~> 1.1.0"
19     ]
20   },
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7"
24   }