[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 1 / ValueTransformer / 1.0.2 / ValueTransformer.podspec.json
blobf46733768b53bdd0d85d468b44c1136d72a07bd5
2   "name": "ValueTransformer",
3   "version": "1.0.2",
4   "summary": "Type-safe value transformers with error handling",
5   "homepage": "https://github.com/felixjendrusch/ValueTransformer",
6   "license": "MIT",
7   "authors": {
8     "Felix Jendrusch": "felix@felixjendrusch.is"
9   },
10   "social_media_url": "http://twitter.com/felixjendrusch",
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/felixjendrusch/ValueTransformer.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "ValueTransformer/*.swift",
20   "dependencies": {
21     "LlamaKit": [
22       "~> 0.5.0"
23     ]
24   }