[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 0 / c / Pistachio / 0.1.2 / Pistachio.podspec.json
blob433007e412d486b04689a8f7aa216c4f9cf80e9d
2   "name": "Pistachio",
3   "version": "0.1.2",
4   "summary": "Functional model framework for Swift",
5   "description": "Create adapters for your models functionally and type safe.",
6   "homepage": "https://github.com/felixjendrusch/Pistachio",
7   "license": "MIT",
8   "authors": {
9     "Felix Jendrusch": "felix@felixjendrusch.is"
10   },
11   "social_media_url": "http://twitter.com/felixjendrusch",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/felixjendrusch/Pistachio.git",
18     "tag": "0.1.2"
19   },
20   "source_files": "Pistachio/*.swift",
21   "dependencies": {
22     "LlamaKit": [
23       "~> 0.5.0"
24     ]
25   }