blob: 12a53036a699d5157f3e4dd9a1c07297ff4f97e9 [file] [log] [blame]
{
"name": "ContentfulDeliveryAPI",
"version": "2.0.3",
"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-2.0.3"
},
"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": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "ContentfulDeliveryAPI/UIKit/*.{h,m}",
"frameworks": [
"UIKit",
"MapKit"
],
"public_header_files": "ContentfulDeliveryAPI/UIKit/{CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset,CDAMapViewController,CDAResourcesCollectionViewController,CDAResourcesViewController,CDAResourceCell}.h"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"ISO8601": [
"~> 0.6.0"
]
}
}