[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / b / c / ContentfulDeliveryAPI / 2.0.3 / ContentfulDeliveryAPI.podspec.json
blob12a53036a699d5157f3e4dd9a1c07297ff4f97e9
2   "name": "ContentfulDeliveryAPI",
3   "version": "2.0.3",
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-2.0.3"
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": "8.0",
31     "osx": "10.10"
32   },
33   "ios": {
34     "source_files": "ContentfulDeliveryAPI/UIKit/*.{h,m}",
35     "frameworks": [
36       "UIKit",
37       "MapKit"
38     ],
39     "public_header_files": "ContentfulDeliveryAPI/UIKit/{CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset,CDAMapViewController,CDAResourcesCollectionViewController,CDAResourcesViewController,CDAResourceCell}.h"
40   },
41   "dependencies": {
42     "AFNetworking": [
43       "~> 3.1.0"
44     ],
45     "ISO8601": [
46       "~> 0.6.0"
47     ]
48   }