[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / 8 / PhobosSwiftRouter / 0.1.1 / PhobosSwiftRouter.podspec.json
blob0eced8bf87ab59d793f6393ed9c5d182fad6e71d
2   "name": "PhobosSwiftRouter",
3   "version": "0.1.1",
4   "summary": "PhobosSwiftRouter 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": "Router-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/Router/Classes/**/*.{swift,m,h}",
27   "preserve_paths": [
28     "PhobosSwift/Router/README.md",
29     "PhobosSwift/Router/CHANGELOG.md"
30   ],
31   "dependencies": {
32     "PhobosSwiftCore": [
33       "~> 0.1.1"
34     ],
35     "PhobosSwiftLog": [
36       "~> 0.1.1"
37     ]
38   },
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "source_files": "PhobosSwift/Router/Tests/**/*.{swift,h,m}",
44       "dependencies": {
45         "Quick": [
47         ],
48         "Nimble": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"