[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / 4 / a / Malibu / 8.1.0 / Malibu.podspec.json
blob579a746e2c9921b24e83643615d7d7fcc02defe1
2   "name": "Malibu",
3   "summary": "A networking library built on promises.",
4   "version": "8.1.0",
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": "8.1.0"
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   }