blob: 2ac106c6419ff562a83ba91e7309a90352a2b199 [file] [log] [blame]
{
"name": "SugarRecord",
"version": "2.1.9",
"summary": "CoreData wrapper written on Swift",
"homepage": "https://github.com/pepibumur/SugarRecord",
"license": "MIT",
"authors": {
"Pedro": "pedro@gitdo.io"
},
"source": {
"git": "https://github.com/pepibumur/SugarRecord.git",
"tag": "2.1.9"
},
"social_media_url": "https://twitter.com/pepibumur",
"requires_arc": true,
"default_subspecs": [
"Realm",
"CoreData"
],
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"subspecs": [
{
"name": "CoreData",
"source_files": [
"SugarRecord/Source/Foundation/**/*.{swift}",
"SugarRecord/Source/CoreData/**/*.{swift}"
],
"exclude_files": [
"SugarRecord/Source/CoreData/Reactive/**/*.{swift}",
"SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
"SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
],
"frameworks": [
"CoreData"
],
"dependencies": {
"Result": [
"~> 1.0"
]
}
},
{
"name": "CoreData+RX",
"source_files": [
"SugarRecord/Source/Foundation/**/*.{swift}",
"SugarRecord/Source/CoreData/**/*.{swift}",
"SugarRecord/Source/Reactive/**/*.{swift}"
],
"exclude_files": [
"SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}",
"SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
"SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
],
"dependencies": {
"RxSwift": [
"~> 2.0.0"
],
"RxCocoa": [
"~> 2.0.0"
],
"RxBlocking": [
"~> 2.0.0"
],
"Result": [
"~> 1.0"
]
},
"frameworks": [
"CoreData"
]
},
{
"name": "CoreData+RAC",
"source_files": [
"SugarRecord/Source/Foundation/**/*.{swift}",
"SugarRecord/Source/CoreData/**/*.{swift}",
"SugarRecord/Source/Reactive/**/*.{swift}"
],
"exclude_files": [
"SugarRecord/Source/Reactive/Rx/**/*.{swift}",
"SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
"SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
],
"dependencies": {
"ReactiveCocoa": [
"4.0.0-RC.2"
],
"Result": [
"~> 1.0"
]
},
"frameworks": [
"CoreData"
]
},
{
"name": "Realm",
"source_files": [
"SugarRecord/Source/Foundation/**/*.{swift}",
"SugarRecord/Source/Realm/**/*.{swift}"
],
"exclude_files": [
"SugarRecord/Source/Realm/Reactive/**/*.{swift}"
],
"dependencies": {
"RealmSwift": [
"~> 0.97"
],
"Result": [
"~> 1.0"
]
}
},
{
"name": "Realm+RX",
"source_files": [
"SugarRecord/Source/Foundation/**/*.{swift}",
"SugarRecord/Source/Realm/**/*.{swift}",
"SugarRecord/Source/Reactive/**/*.{swift}"
],
"exclude_files": [
"SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}"
],
"dependencies": {
"RxSwift": [
"~> 2.0.0"
],
"RxCocoa": [
"~> 2.0.0"
],
"RxBlocking": [
"~> 2.0.0"
],
"RealmSwift": [
"~> 0.97"
],
"Result": [
"~> 1.0"
]
}
},
{
"name": "Realm+RAC",
"source_files": [
"SugarRecord/Source/Foundation/**/*.{swift}",
"SugarRecord/Source/Realm/**/*.{swift}",
"SugarRecord/Source/Reactive/**/*.{swift}"
],
"exclude_files": [
"SugarRecord/Source/Reactive/Rx/**/*.{swift}"
],
"dependencies": {
"ReactiveCocoa": [
"4.0.0-RC.2"
],
"RealmSwift": [
"~> 0.97"
],
"Result": [
"~> 1.0"
]
}
}
]
}