[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / c / ContentfulDeliveryAPI / 1.9.1 / ContentfulDeliveryAPI.podspec.json
blob6547c571286351107be6d0fdd903933e3f91b86a
2   "name": "ContentfulDeliveryAPI",
3   "version": "1.9.1",
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   },
14   "source": {
15     "git": "https://github.com/contentful/contentful.objc.git",
16     "tag": "1.9.1"
17   },
18   "requires_arc": true,
19   "public_header_files": "Code/{CDAArray,CDAAsset,CDAClient,CDAConfiguration,CDAContentType,CDAEntry,CDAError,CDAField,CDANullabilityStubs,CDARequest,CDAResource,CDAResponse,CDASpace,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h",
20   "source_files": [
21     "Code/*.{h,m}",
22     "Code/{CDAArray,CDAAsset,CDAClient,CDAConfiguration,CDAContentType,CDAEntry,CDAError,CDAField,CDANullabilityStubs,CDARequest,CDAResource,CDAResponse,CDASpace,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
23   ],
24   "platforms": {
25     "ios": "6.0",
26     "osx": "10.8"
27   },
28   "ios": {
29     "source_files": "Code/UIKit/*.{h,m}",
30     "frameworks": [
31       "UIKit",
32       "MapKit"
33     ],
34     "public_header_files": "Code/UIKit/{CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset,CDAMapViewController,CDAResourcesCollectionViewController,CDAResourcesViewController,CDAResourceCell}.h"
35   },
36   "dependencies": {
37     "AFNetworking": [
38       "~> 2.5.3"
39     ],
40     "ISO8601DateFormatter": [
42     ]
43   }