blob: 57960c1bee1463ca2e17f13ead383dfe33e7d0b2 [file] [log] [blame]
{
"name": "ContentfulDeliveryAPI",
"version": "1.10.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"
},
"source": {
"git": "https://github.com/contentful/contentful.objc.git",
"tag": "1.10.0"
},
"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": "6.0",
"osx": "10.8"
},
"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": [
"~> 2.5.3"
],
"ISO8601DateFormatter": [
]
}
}