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