[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / b / c / ContentfulDeliveryAPI / 0.1.0 / ContentfulDeliveryAPI.podspec.json
bloba5505a2f7f13ad48ee7609c2a0371f82b9edb62c
2   "name": "ContentfulDeliveryAPI",
3   "version": "0.1.0",
4   "summary": "Objective-C SDK for Contentful's Content Delivery API.",
5   "homepage": "http://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.1.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,ContentfulDeliveryAPI,CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset}.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,ContentfulDeliveryAPI}.h"
34   },
35   "dependencies": {
36     "AFNetworking": [
38     ],
39     "ISO8601DateFormatter": [
41     ]
42   }