[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 3 / b / c / ContentfulDeliveryAPI / 2.0.0 / ContentfulDeliveryAPI.podspec.json
blobe991d99673c931b8fe5f728bf6dbb504215273e1
2   "name": "ContentfulDeliveryAPI",
3   "version": "2.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": "2.0.0"
18   },
19   "requires_arc": true,
20   "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",
21   "source_files": [
22     "Code/*.{h,m}",
23     "Code/{CDAArray,CDAAsset,CDAClient,CDAConfiguration,CDAContentType,CDAEntry,CDAError,CDAField,CDANullabilityStubs,CDARequest,CDAResource,CDAResponse,CDASpace,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
24   ],
25   "platforms": {
26     "ios": "8.0",
27     "osx": "10.10"
28   },
29   "ios": {
30     "source_files": "Code/UIKit/*.{h,m}",
31     "frameworks": [
32       "UIKit",
33       "MapKit"
34     ],
35     "public_header_files": "Code/UIKit/{CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset,CDAMapViewController,CDAResourcesCollectionViewController,CDAResourcesViewController,CDAResourceCell}.h"
36   },
37   "dependencies": {
38     "AFNetworking": [
39       "~> 3.1.0"
40     ],
41     "ISO8601": [
42       "~> 0.6.0"
43     ]
44   }