[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 1.0.1 / Contentful.podspec.json
blob9fefc055525dd703ac2b408b2ae000f73ee2533c
2   "name": "Contentful",
3   "version": "1.0.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     "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": "1.0.1"
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"