blob: ca07bca20bd99dcafa9363f562c373521570d8cf [file] [log] [blame]
{
"name": "ContentfulPersistenceObjC",
"version": "1.0.0",
"summary": "Simplified persistence for the Contentful iOS SDK.",
"homepage": "https://github.com/contentful/contentful-persistence.objc",
"license": "MIT",
"authors": {
"Boris Bügling": "boris@contentful.com"
},
"source": {
"git": "https://github.com/contentful/contentful-persistence.objc.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/contentful",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"ContentfulDeliveryAPI": [
"~> 2.0.1"
]
},
"default_subspecs": "CoreData",
"deprecated_in_favor_of": "ContentfulPersistenceSwift",
"subspecs": [
{
"name": "CoreData",
"frameworks": "CoreData",
"source_files": "Code/CoreData*.{h,m}",
"ios": {
"source_files": "Code/UIKit"
}
},
{
"name": "Realm",
"dependencies": {
"Realm": [
"~> 2.5.0"
]
},
"source_files": "Code/Realm*.{h,m}",
"platforms": {
"ios": "8.0",
"osx": "10.10"
}
}
]
}