blob: 59c316c3ceaa40670874cb46b3d32368feec37be [file] [log] [blame]
{
"name": "TorchORM",
"version": "0.1.7",
"summary": "Torch - Boilerplate-free CoreData bridge.",
"description": "Torch is an ORM library allowing you to use structs instead of classes for your models.",
"homepage": "https://github.com/SwiftKit/Torch",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org",
"Filip Dolnik": "filip@brightify.org"
},
"source": {
"git": "https://github.com/SwiftKit/Torch.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Source/**/*.swift"
],
"preserve_paths": [
"Generator/**/*",
"run",
"build_generator"
],
"prepare_command": "git submodule update --init --recursive\n./build_generator",
"frameworks": "CoreData",
"module_name": "Torch",
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}