blob: 40da5fc2920b2378632101af7f494ee52bbc0f7b [file] [log] [blame]
{
"name": "TorchORM",
"version": "0.1.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.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Source/**/*.swift",
"run"
],
"frameworks": "CoreData",
"module_name": "Torch",
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}