[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 0.7.4 / Contentful.podspec.json
blob04eb38d4d92a721513c651f1c1eda73405ba5bf8
2   "name": "Contentful",
3   "version": "0.7.4",
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.7.4"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/*.swift",
21   "frameworks": "CoreLocation",
22   "ios": {
23     "source_files": "Sources/UIKit/*.swift"
24   },
25   "watchos": {
26     "source_files": "Sources/UIKit/*.swift"
27   },
28   "tvos": {
29     "source_files": "Sources/UIKit/*.swift"
30   },
31   "osx": {
32     "source_files": "Sources/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     "ObjectMapper": [
42       "~> 2.2"
43     ],
44     "Interstellar": [
45       "~> 2.0.0"
46     ]
47   },
48   "pushed_with_swift_version": "3.1"