[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 1 / b / c / PhobosSwiftSlideout / 0.1.1 / PhobosSwiftSlideout.podspec.json
blob7fd0e9b7cca25fae64fcbcfa7ffcf247cc958b3f
2   "name": "PhobosSwiftSlideout",
3   "version": "0.1.1",
4   "summary": "PhobosSwiftSlideout 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": "Slideout-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/Slideout/Classes/**/*.{swift,m,h}",
27   "preserve_paths": [
28     "PhobosSwift/Slideout/README.md",
29     "PhobosSwift/Slideout/CHANGELOG.md"
30   ],
31   "frameworks": "QuartzCore",
32   "dependencies": {
33     "PhobosSwiftCore": [
34       "~> 0.1.1"
35     ],
36     "PhobosSwiftUIComponent": [
37       "~> 0.1.1"
38     ]
39   },
40   "testspecs": [
41     {
42       "name": "Tests",
43       "test_type": "unit",
44       "source_files": "PhobosSwift/Slideout/Tests/**/*.{swift,h,m}"
45     }
46   ],
47   "swift_version": "5.0"