blob: 8d8188516dfd18a5e08f9195f7a6db3f97c3a412 [file] [log] [blame]
{
"name": "SugarRecord",
"version": "2.1.7",
"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.7"
},
"social_media_url": "https://twitter.com/pepibumur",
"requires_arc": true,
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Foundation",
"source_files": [
"SugarRecord/Source/Foundation/**/*.{swift}",
"SugarRecord/Source/Reactive/**/*.{swift}"
],
"dependencies": {
"Result": [
"~> 1.0"
],
"ReactiveCocoa": [
"4.0.0-RC.1"
],
"RxSwift": [
"~> 2.0.0"
],
"RxCocoa": [
"~> 2.0.0"
],
"RxBlocking": [
"~> 2.0.0"
]
}
},
{
"name": "CoreData",
"source_files": [
"SugarRecord/Source/CoreData/**/*.{swift}"
],
"dependencies": {
"SugarRecord/Foundation": [
]
},
"frameworks": [
"CoreData"
]
},
{
"name": "Realm",
"source_files": [
"SugarRecord/Source/Realm/**/*.{swift}"
],
"dependencies": {
"SugarRecord/Foundation": [
],
"RealmSwift": [
"~> 0.97"
]
}
}
]
}