[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / c / 3 / 4 / Tetris / 0.6.1 / Tetris.podspec.json
blob5ad05abca0735b56859ccaee3d440d93cdf162a6
2   "name": "Tetris",
3   "version": "0.6.1",
4   "summary": "A short description of Tetris.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/scubers/_Tetris",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jr-wong": "jr-wong@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/scubers/_Tetris.git",
16     "tag": "0.6.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Tetris/Classes/Core/**/*"
27     },
28     {
29       "name": "Swift",
30       "source_files": "Tetris/Classes/Swift/**/*",
31       "dependencies": {
32         "Tetris/Core": [
34         ]
35       }
36     },
37     {
38       "name": "Rx",
39       "source_files": "Tetris/Classes/Rx/**/*",
40       "dependencies": {
41         "Tetris/Swift": [
43         ],
44         "RxSwift": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.1"