[Add] CarDrLib 1.0.1
[CocoaPods.git] / Specs / 7 / a / 5 / SwiftDecodePipeline / 0.0.2 / SwiftDecodePipeline.podspec.json
blob253f5dd75e6f332570a6328a146e10583fbf715a
2   "name": "SwiftDecodePipeline",
3   "version": "0.0.2",
4   "summary": "A library for building JSON decoders using the pipeline (|>) operator and plain function calls.",
5   "description": "A library for building JSON decoders using the pipeline (|>) operator and plain function calls. Inspired by elm-decode-pipeline.",
6   "homepage": "https://github.com/hecrj/SwiftDecodePipeline",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Héctor Ramón Jiménez": "hector0193@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hecrj/SwiftDecodePipeline.git",
16     "tag": "0.0.2"
17   },
18   "social_media_url": "https://twitter.com/hecrj",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SwiftDecodePipeline/**/*",
23   "dependencies": {
24     "SwiftyJSON": [
25       "~> 3.0"
26     ],
27     "Curry": [
28       "~> 3.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"