[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 1 / ValueTransformer / 1.0.1 / ValueTransformer.podspec.json
blobd565bec46b7743d65b19c22aa4a54dc57921a773
2   "name": "ValueTransformer",
3   "version": "1.0.1",
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.1"
18   },
19   "source_files": "ValueTransformer/*.swift",
20   "dependencies": {
21     "LlamaKit": [
22       "~> 0.5.0"
23     ]
24   }