[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / 3 / b / c / ContentfulDeliveryAPI / 1.0.0 / ContentfulDeliveryAPI.podspec.json
blobb9c985b82c489fcb8dca1c215c61a8ce59703c84
2   "name": "ContentfulDeliveryAPI",
3   "version": "1.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/contentfulapp",
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.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.8"
22   },
23   "ios": {
24     "source_files": [
25       "Code/*.{h,m}",
26       "Code/UIKit/*.{h,m}"
27     ],
28     "frameworks": [
29       "UIKit",
30       "MapKit"
31     ],
32     "public_header_files": "Code/{CDAArray,CDAAsset,CDAClient,CDAConfiguration,CDAContentType,CDAEntry,CDAField,CDARequest,CDAResource,CDAResponse,CDASpace,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,UIKit/CDAEntriesViewController,UIKit/CDAFieldsViewController,UIKit/UIImageView+CDAAsset,UIKit/CDAMapViewController,UIKit/CDAResourcesCollectionViewController,UIKit/CDAResourcesViewController,UIKit/CDAResourceCell}.h"
33   },
34   "osx": {
35     "source_files": "Code/*.{h,m}",
36     "public_header_files": "Code/{CDAArray,CDAAsset,CDAClient,CDAConfiguration,CDAContentType,CDAEntry,CDAField,CDARequest,CDAResource,CDAResponse,CDASpace,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace}.h"
37   },
38   "dependencies": {
39     "AFNetworking": [
41     ],
42     "HRCoder": [
44     ],
45     "ISO8601DateFormatter": [
47     ]
48   }