blob: 08a061b2a5991388884756b039f1406aab57b3d7 [file] [log] [blame]
{
"name": "TorchORM",
"version": "0.2.2",
"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.2.2"
},
"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",
"module_name": "Torch",
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"RealmSwift": [
"~> 1.0.0"
]
}
}