[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / 4 / a / Malibu / 7.0.2 / Malibu.podspec.json
blobefb031abca80bd5f7b85c797b529b0e65bd892f9
2   "name": "Malibu",
3   "summary": "A networking library built on promises.",
4   "version": "7.0.2",
5   "homepage": "https://github.com/vadymmarkov/Malibu",
6   "license": "MIT",
7   "authors": {
8     "Vadym Markov": "markov.vadym@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/vadymmarkov/Malibu.git",
12     "tag": "7.0.2"
13   },
14   "social_media_url": "https://twitter.com/vadymmarkov",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "When": [
25       "~> 3.0"
26     ]
27   }