[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 1 / d / 8 / PhobosSwiftTestKnight / 0.1.1 / PhobosSwiftTestKnight.podspec.json
blobc48fca8ef4004ed40ba7826ee2899949e2174579
2   "name": "PhobosSwiftTestKnight",
3   "version": "0.1.1",
4   "summary": "PhobosSwiftTestKnight is a basic develop-kits for all the frameworks and apps.",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/restlesscode/phobos-swift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Restless Developer": "developer@codebase.codes"
14   },
15   "source": {
16     "git": "https://github.com/restlesscode/phobos-swift.git",
17     "tag": "TestKnight-0.1.1"
18   },
19   "social_media_url": "https://twitter.com/CodesRestless",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "cocoapods_version": ">= 1.10.0",
24   "static_framework": false,
25   "prefix_header_file": false,
26   "source_files": "PhobosSwift/TestKnight/Classes/**/*.{swift,m,h}",
27   "preserve_paths": [
28     "PhobosSwift/TestKnight/README.md",
29     "PhobosSwift/TestKnight/CHANGELOG.md"
30   ],
31   "dependencies": {
32     "PhobosSwiftCore": [
33       "~> 0.1.1"
34     ],
35     "RxSwift": [
36       "~> 6.1.0"
37     ],
38     "RxCocoa": [
39       "~> 6.1.0"
40     ],
41     "RxGesture": [
42       "~> 4.0.2"
43     ],
44     "SnapKit": [
45       "~> 5.0.1"
46     ]
47   },
48   "resource_bundles": {
49     "PhobosSwiftTestKnight": [
50       "PhobosSwift/TestKnight/Assets/**/*"
51     ]
52   },
53   "testspecs": [
54     {
55       "name": "Tests",
56       "test_type": "unit",
57       "source_files": "PhobosSwift/TestKnight/Tests/**/*.{swift,h,m}",
58       "dependencies": {
59         "Quick": [
61         ],
62         "Nimble": [
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.0"