blob: 1b2b1628068d3a4b2c5931b7ba742b207e4f227a [file] [log] [blame]
{
"name": "PhobosSwiftMedia",
"version": "0.1.1",
"summary": "PhobosSwiftMedia is a basic develop-kits for all the frameworks and apps.",
"swift_versions": "5.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/restlesscode/phobos-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Restless Developer": "developer@codebase.codes"
},
"source": {
"git": "https://github.com/restlesscode/phobos-swift.git",
"tag": "Media-0.1.1"
},
"social_media_url": "https://twitter.com/CodesRestless",
"platforms": {
"ios": "10.0"
},
"cocoapods_version": ">= 1.10.0",
"static_framework": false,
"prefix_header_file": false,
"source_files": "PhobosSwift/Media/Classes/**/*.{swift,m,h}",
"preserve_paths": [
"PhobosSwift/Media/README.md",
"PhobosSwift/Media/CHANGELOG.md"
],
"dependencies": {
"PhobosSwiftCore": [
"~> 0.1.1"
],
"PhobosSwiftLog": [
"~> 0.1.1"
],
"AlamofireImage": [
"~> 4.1"
],
"IQKeyboardManagerSwift": [
"~> 6.5.6"
]
},
"resource_bundles": {
"PhobosSwiftMedia": [
"PhobosSwift/Media/Assets/**/*"
]
},
"frameworks": "Security",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "PhobosSwift/Media/Tests/**/*.{swift,h,m}"
}
],
"swift_version": "5.0"
}