blob: 816738c6e206c1aacde3baaf7104288378bc6d20 [file] [log] [blame]
{
"name": "TorchORM",
"version": "0.3.0",
"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.3.0"
},
"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,
"ios": {
"pod_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
},
"watchos": {
"pod_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
},
"tvos": {
"pod_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
},
"dependencies": {
"RealmSwift": [
"~> 2.0"
]
}
}