[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 5.0.7 / Contentful.podspec.json
blob56e3a8631d12e7675b3746792677fae958cb4ea2
2   "name": "Contentful",
3   "version": "5.0.7",
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     "JP Wright": "jp@contentful.com",
13     "Boris Bügling": "boris@buegling.com"
14   },
15   "source": {
16     "git": "https://github.com/contentful/contentful.swift.git",
17     "tag": "5.0.7"
18   },
19   "requires_arc": true,
20   "swift_versions": "5",
21   "source_files": "Sources/Contentful/*.swift",
22   "ios": {
23     "source_files": "Sources/Contentful/UIKit/*.swift"
24   },
25   "watchos": {
26     "source_files": "Sources/Contentful/UIKit/*.swift"
27   },
28   "tvos": {
29     "source_files": "Sources/Contentful/UIKit/*.swift"
30   },
31   "osx": {
32     "source_files": "Sources/Contentful/AppKit/*.swift"
33   },
34   "platforms": {
35     "ios": "8.0",
36     "osx": "10.10",
37     "watchos": "2.0",
38     "tvos": "9.0"
39   },
40   "subspecs": [
41     {
42       "name": "ImageOptions",
43       "source_files": "Sources/Contentful/ImageOptions/*.swift"
44     }
45   ],
46   "swift_version": "5"