[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / 0 / a / 1 / TorchORM / 0.1.1 / TorchORM.podspec.json
blobc7616fda30c61138db3abe633d0e79fae641f7ed
2   "name": "TorchORM",
3   "version": "0.1.1",
4   "summary": "Torch - Boilerplate-free CoreData bridge.",
5   "description": "Torch is an ORM library allowing you to use structs instead of classes for your models.",
6   "homepage": "https://github.com/SwiftKit/Torch",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org"
11   },
12   "source": {
13     "git": "https://github.com/SwiftKit/Torch.git",
14     "tag": "0.1.1"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "Source/**/*.swift",
24     "run"
25   ],
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   }