[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / 7 / a / Contentful / 0.4.0 / Contentful.podspec.json
blob448c0533b78a5ff41358a9735ea7c883f6155e36
2   "name": "Contentful",
3   "version": "0.4.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     "Boris Bügling": "boris@buegling.com",
13     "JP Wright": "jp@contentful.com"
14   },
15   "source": {
16     "git": "https://github.com/contentful/contentful.swift.git",
17     "tag": "0.4.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/*.swift",
21   "frameworks": "CoreLocation",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10",
25     "watchos": "2.0",
26     "tvos": "9.0"
27   },
28   "dependencies": {
29     "ObjectMapper": [
30       "~> 2.2"
31     ],
32     "Interstellar": [
33       "~> 2.0.0"
34     ]
35   },
36   "pushed_with_swift_version": "3.1"