[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / d / PhobosSwiftAuth / 0.1.1 / PhobosSwiftAuth.podspec.json
blobccaacd726c1e9db4c3ed7575a94a33960c6880ec
2   "name": "PhobosSwiftAuth",
3   "version": "0.1.1",
4   "summary": "PhobosSwiftAuth 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": "Auth-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/Auth/Classes/**/*.{swift,m,h}",
27   "preserve_paths": [
28     "PhobosSwift/Auth/README.md",
29     "PhobosSwift/Auth/CHANGELOG.md"
30   ],
31   "dependencies": {
32     "RxSwift": [
33       "~> 6.1.0"
34     ],
35     "RxCocoa": [
36       "~> 6.1.0"
37     ],
38     "PhobosSwiftCore": [
39       "~> 0.1.1"
40     ]
41   },
42   "testspecs": [
43     {
44       "name": "Tests",
45       "test_type": "unit",
46       "source_files": "PhobosSwift/Auth/Tests/**/*.{swift,h,m}",
47       "dependencies": {
48         "Quick": [
50         ],
51         "Nimble": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"