[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / b / Pipe / 0.1.0 / Pipe.podspec.json
blobbab779cc844655f629ff581b2db23a6665d675a4
2   "name": "Pipe",
3   "version": "0.1.0",
4   "summary": "Simple Pipe operator for Swift",
5   "description": "  \n  Defines |> pipe operator as seen in Elixir and F#. Includes\n  curried versions of map, filter and reduce.\n\n",
6   "homepage": "https://github.com/danthorpe/Pipe",
7   "license": "MIT",
8   "authors": {
9     "Daniel Thorpe": "@danthorpe"
10   },
11   "source": {
12     "git": "https://github.com/danthorpe/Pipe.git",
13     "tag": "0.1.0"
14   },
15   "module_name": "Pipe",
16   "social_media_url": "https://twitter.com/danthorpe",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "default_subspecs": "Common",
23   "subspecs": [
24     {
25       "name": "Common",
26       "source_files": "Source/Pipe.swift"
27     }
28   ]