[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 0.2.1 / Contentful.podspec.json
blob07358c068bde81f0d8e894b4d0c0378bee656d1d
2   "name": "Contentful",
3   "version": "0.2.1",
4   "summary": "Swift SDK for Contentful's Content Delivery API.",
5   "homepage": "https://github.com/contentful/contentful.swift/",
6   "social_media_url": "https://twitter.com/contentful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Boris Bügling": "boris@buegling.com"
13   },
14   "source": {
15     "git": "https://github.com/contentful/contentful.swift.git",
16     "tag": "0.2.1"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/*.swift",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "dependencies": {
27     "Decodable": [
28       "~> 0.4.2"
29     ],
30     "Interstellar": [
31       "~> 1.4.0"
32     ],
33     "🕕": [
34       "0.0.1"
35     ]
36   }