[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / d / 8 / 4 / Gridy / 0.1.0 / Gridy.podspec.json
blob474a785e8f08823cef59a2a70b9d4c171da7235f
2   "name": "Gridy",
3   "version": "0.1.0",
4   "summary": "Gridy performs all the calculations related to grid layout.",
5   "description": "There are many situations when you need to manually calculate 2d grid layout (\nsuppose you're writing game like chess or 2048). Gridy performs all necessary\n   calculations so you don't have to. It's written in Swift, highly customizable\nbut easy to use because it provides reasonable defaults for unused parameters. \nAlso Gridy is tested with XCTest test suite.",
6   "homepage": "https://github.com/alexdoloz/Gridy",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Doloz": "doloz@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/alexdoloz/Gridy.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Pod/Classes/**/*",
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO",
24     "OTHER_LDFLAGS": "-weak-lswiftXCTest",
25     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
26   }