[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 5.0.5 / Contentful.podspec.json
blobaf4aaaf82ab26bd77f267708b6b6662b2fb69ba4
2   "name": "Contentful",
3   "version": "5.0.5",
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.5"
18   },
19   "requires_arc": true,
20   "swift_versions": "4.2",
21   "source_files": "Sources/Contentful/*.swift",
22   "frameworks": "CoreLocation",
23   "ios": {
24     "source_files": "Sources/Contentful/UIKit/*.swift"
25   },
26   "watchos": {
27     "source_files": "Sources/Contentful/UIKit/*.swift"
28   },
29   "tvos": {
30     "source_files": "Sources/Contentful/UIKit/*.swift"
31   },
32   "osx": {
33     "source_files": "Sources/Contentful/AppKit/*.swift"
34   },
35   "platforms": {
36     "ios": "8.0",
37     "osx": "10.10",
38     "watchos": "2.0",
39     "tvos": "9.0"
40   },
41   "swift_version": "4.2",
42   "subspecs": [
43     {
44       "name": "ImageOptions",
45       "source_files": "Sources/Contentful/ImageOptions/*.swift"
46     }
47   ]