blob: 69263b6a2874a316670623e23be41b4e0d426ee7 [file] [log] [blame]
{
"name": "ContentfulManagementAPI",
"version": "0.10.0",
"summary": "Objective-C SDK for Contentful's Content Management API.",
"homepage": "https://github.com/contentful/contentful.objc",
"authors": {
"Boris Bügling": "boris@buegling.com",
"JP Wright": "jp@contentful.com"
},
"source": {
"git": "https://github.com/contentful/contentful.objc.git",
"tag": "Management-0.10.0"
},
"social_media_url": "https://twitter.com/contentful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": [
"ContentfulDeliveryAPI/Resources/*.{h,m}",
"ContentfulDeliveryAPI/*.{h,m}",
"ManagementAPI/Private/*.{h,m}",
"ManagementAPI/Public/*.h"
],
"public_header_files": [
"ManagementAPI/Public/*.h",
"ContentfulDeliveryAPI/Resources/{CDAArray,CDAAsset,CDAContentType,CDAEntry,CDAError,CDASpace,CDAResource,CDAOrganizationContainer}.h",
"ContentfulDeliveryAPI/{CDAClient,CDAConfiguration,CDANullabilityStubs,CDARequest,CDAResponse,CDAField,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
],
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": [
"ContentfulDeliveryAPI/Resources/",
"ContentfulDeliveryAPI/",
"ManagementAPI/Private/",
"ManagementAPI/Public/"
]
},
"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"
]
},
"deprecated": true
}