blob: 676dd401558bc863f255d360abd467408e4521e2 [file] [log] [blame]
{
"name": "SwiftData",
"version": "1.0.1",
"summary": "SwiftData is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.",
"description": "'SwiftData' is a lightweight wrapper for CoreData. This framework simplifies the CoreData bootstraping process and provides useful utilities to help make working with CoreData more enjoyable.",
"homepage": "https://github.com/miken01/SwiftData",
"license": "MIT",
"authors": {
"Mike Neill": "michael_neill@me.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/miken01/SwiftData.git",
"tag": "1.0.1"
},
"public_header_files": "SwiftData/**/*.h",
"source_files": "SwiftData/**/*.{h,m,swift}",
"requires_arc": true,
"ios": {
"frameworks": [
"CoreData",
"Foundation"
]
}
}