[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 0.11.0 / Contentful.podspec.json
blob85ccbe1830060711b683ba6d43013de0f51f00e9
2   "name": "Contentful",
3   "version": "0.11.0",
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": "0.11.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/Contentful/*.swift",
21   "frameworks": "CoreLocation",
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   "dependencies": {
41     "Interstellar": [
42       "~> 2.1.0"
43     ]
44   },
45   "pushed_with_swift_version": "4.0"