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