[Add] AndesUI 3.149.0
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 0.3.1 / Contentful.podspec.json
blob8a76a5c7031cf1926a5adfcafc7e8add68cb899b
2   "name": "Contentful",
3   "version": "0.3.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     "JP Wright": "jp@contentful.com"
14   },
15   "source": {
16     "git": "https://github.com/contentful/contentful.swift.git",
17     "tag": "0.3.1"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/*.swift",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "dependencies": {
28     "Decodable": [
29       "~> 0.5"
30     ],
31     "Interstellar": [
32       "~> 2.0.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"