[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / 6 / d / PhobosSwiftCore / 0.1.1 / PhobosSwiftCore.podspec.json
blobcc1cde7898fe14b4dc6ad3d495836e15d2628669
2   "name": "PhobosSwiftCore",
3   "version": "0.1.1",
4   "summary": "PhobosSwiftCore 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": "Core-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   "preserve_paths": [
27     "PhobosSwift/Core/README.md",
28     "PhobosSwift/Core/CHANGELOG.md"
29   ],
30   "default_subspecs": "Core",
31   "dependencies": {
32     "PhobosSwiftLog": [
33       "~> 0.1.1"
34     ]
35   },
36   "resource_bundles": {
37     "PhobosSwiftCore": [
38       "PhobosSwift/Core/Assets/**/*"
39     ]
40   },
41   "frameworks": "Security",
42   "testspecs": [
43     {
44       "name": "Tests",
45       "test_type": "unit",
46       "source_files": "PhobosSwift/Core/Tests/**/*.{swift,h,m}",
47       "dependencies": {
48         "Quick": [
50         ],
51         "Nimble": [
53         ]
54       }
55     }
56   ],
57   "subspecs": [
58     {
59       "name": "Core",
60       "platforms": {
61         "ios": "10.0"
62       },
63       "source_files": "PhobosSwift/Core/Classes/**/*.{swift,m,h}",
64       "exclude_files": "PhobosSwift/Core/Classes/Privatized+third+party+code/SwiftyRSA/SwiftyRSA+ObjC.swift",
65       "dependencies": {
66         "GoogleUtilities": [
67           "~> 7.0"
68         ],
69         "RxSwift": [
70           "~> 6.1.0"
71         ],
72         "RxCocoa": [
73           "~> 6.1.0"
74         ],
75         "RxGesture": [
77         ],
78         "SnapKit": [
80         ]
81       }
82     }
83   ],
84   "swift_version": "5.0"