blob: 847b69bb3517a161ec475e7ad696cdfdf2ac600c [file] [log] [blame]
{
"name": "ContentfulDeliveryAPI",
"version": "2.0.1",
"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": "2.0.1"
},
"requires_arc": true,
"public_header_files": "Code/{CDAArray,CDAAsset,CDAClient,CDAConfiguration,CDAContentType,CDAEntry,CDAError,CDAField,CDANullabilityStubs,CDARequest,CDAResource,CDAResponse,CDASpace,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h",
"source_files": [
"Code/*.{h,m}",
"Code/{CDAArray,CDAAsset,CDAClient,CDAConfiguration,CDAContentType,CDAEntry,CDAError,CDAField,CDANullabilityStubs,CDARequest,CDAResource,CDAResponse,CDASpace,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
],
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "Code/UIKit/*.{h,m}",
"frameworks": [
"UIKit",
"MapKit"
],
"public_header_files": "Code/UIKit/{CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset,CDAMapViewController,CDAResourcesCollectionViewController,CDAResourcesViewController,CDAResourceCell}.h"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"ISO8601": [
"~> 0.6.0"
]
}
}