[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / b / c / ContentfulDeliveryAPI / 3.0.0 / ContentfulDeliveryAPI.podspec.json
blob672c803b520239a2c18fde35c14dcd5c5b3ef5f1
2   "name": "ContentfulDeliveryAPI",
3   "version": "3.0.0",
4   "summary": "Objective-C SDK for Contentful's Content Delivery API.",
5   "homepage": "https://github.com/contentful/contentful.objc/",
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.objc.git",
17     "tag": "Delivery-3.0.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "ContentfulDeliveryAPI/Resources/*.{h,m}",
22     "ContentfulDeliveryAPI/*.{h,m}",
23     "Versions.h"
24   ],
25   "public_header_files": [
26     "ContentfulDeliveryAPI/Resources/{CDAArray,CDAAsset,CDAContentType,CDAEntry,CDAError,CDASpace,CDAResource}.h",
27     "ContentfulDeliveryAPI/{CDAClient,CDAConfiguration,CDANullabilityStubs,CDARequest,CDAResponse,CDAField,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
28   ],
29   "platforms": {
30     "ios": "9.0",
31     "osx": "10.12",
32     "tvos": "9.0"
33   },
34   "ios": {
35     "frameworks": [
36       "UIKit",
37       "MapKit"
38     ]
39   },
40   "tvos": {
41     "frameworks": [
42       "UIKit",
43       "MapKit"
44     ]
45   },
46   "dependencies": {
47     "AFNetworking": [
48       "~> 3.2.1"
49     ],
50     "ISO8601": [
51       "~> 0.6.0"
52     ]
53   }