[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / b / 1 / 5 / Legible2 / 0.5.0 / Legible2.podspec.json
blob8e90f353ac186c99c02b826f33729c9aad6876c0
2   "name": "Legible2",
3   "version": "0.5.0",
4   "summary": "A short description of Legible2.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/haifengkao/Legible2",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/haifengkao/Legible2.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "11.0",
21     "tvos": "13.0"
22   },
23   "source_files": "Sources/Legible2/**/*",
24   "weak_frameworks": "XCTest",
25   "cocoapods_version": ">= 1.4.0",
26   "swift_versions": [
27     "5.0"
28   ],
29   "dependencies": {
30     "Nimble": [
31       ">= 9.0"
32     ],
33     "Quick": [
34       ">= 4.0"
35     ]
36   },
37   "testspecs": [
38     {
39       "name": "Tests",
40       "test_type": "unit",
41       "source_files": "Tests/Legible2Tests/**/*.{swift}",
42       "dependencies": {
43         "Quick": [
45         ],
46         "Nimble": [
48         ]
49       },
50       "resource_bundles": {
51         "Tests": [
52           "Tests/**/*.png"
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"