blob: 0906dc2f837f464c836d6ee6456be435a003b016 [file] [log] [blame]
{
"name": "SugarRecord",
"version": "2.1.0",
"summary": "CoreData wrapper written on Swift",
"homepage": "https://github.com/SwiftReactive/SugarRecord",
"license": "MIT",
"authors": {
"Pedro": "pedro@gitdo.io"
},
"source": {
"git": "https://github.com/SwiftReactive/SugarRecord.git",
"tag": "2.1.0"
},
"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.4-alpha-4"
]
}
},
{
"name": "CoreData",
"source_files": [
"SugarRecord/Source/CoreData/**/*.{swift}"
],
"dependencies": {
"SugarRecord/Foundation": [
]
},
"frameworks": [
"CoreData"
]
}
]
}