[Add] MTPush 4.3.2
[CocoaPods.git] / Specs / 9 / 2 / 1 / PiedPiper / 0.10.1 / PiedPiper.podspec.json
blob093fd4c07107b9f456da98a0cf800d3550fa10d7
2   "name": "PiedPiper",
3   "version": "0.10.1",
4   "summary": "Asynchronous code made easy.",
5   "description": "Pied Piper is a small set of functions to write easy asynchronous code through Futures, Promises and some GCD love for your iOS, watchOS 2, tvOS and Mac OS X applications.",
6   "homepage": "https://github.com/WeltN24/PiedPiper",
7   "license": "MIT",
8   "authors": {
9     "Vittorio Monaco": "vittorio.monaco1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/WeltN24/PiedPiper.git",
13     "tag": "0.10.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "PiedPiper/*.swift"