blob: 672c803b520239a2c18fde35c14dcd5c5b3ef5f1 [file] [log] [blame]
{
"name": "ContentfulDeliveryAPI",
"version": "3.0.0",
"summary": "Objective-C SDK for Contentful's Content Delivery API.",
"homepage": "https://github.com/contentful/contentful.objc/",
"social_media_url": "https://twitter.com/contentful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Bügling": "boris@buegling.com",
"JP Wright": "jp@contentful.com"
},
"source": {
"git": "https://github.com/contentful/contentful.objc.git",
"tag": "Delivery-3.0.0"
},
"requires_arc": true,
"source_files": [
"ContentfulDeliveryAPI/Resources/*.{h,m}",
"ContentfulDeliveryAPI/*.{h,m}",
"Versions.h"
],
"public_header_files": [
"ContentfulDeliveryAPI/Resources/{CDAArray,CDAAsset,CDAContentType,CDAEntry,CDAError,CDASpace,CDAResource}.h",
"ContentfulDeliveryAPI/{CDAClient,CDAConfiguration,CDANullabilityStubs,CDARequest,CDAResponse,CDAField,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
],
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"MapKit"
]
},
"tvos": {
"frameworks": [
"UIKit",
"MapKit"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"ISO8601": [
"~> 0.6.0"
]
}
}