blob: a68ef90edf9fbbec2887c96681e50708e0cf7086 [file] [log] [blame]
{
"name": "PhobosSwiftNetwork",
"version": "0.1.1",
"summary": "PhobosSwiftNetwork 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": "Network-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/Network/Classes/**/*.{swift,m,h}",
"preserve_paths": [
"PhobosSwift/Network/README.md",
"PhobosSwift/Network/CHANGELOG.md"
],
"dependencies": {
"Alamofire": [
"~> 5.1.0"
],
"RxSwift": [
"~> 6.1.0"
],
"RxCocoa": [
"~> 6.1.0"
],
"CocoaAsyncSocket": [
"~> 7.6.5"
],
"PhobosSwiftCore": [
"~> 0.1.1"
],
"PhobosSwiftLog": [
"~> 0.1.1"
]
},
"resource_bundles": {
"PhobosSwiftNetwork": [
"PhobosSwift/Network/Assets/**/*"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "PhobosSwift/Network/Tests/**/*.{swift,h,m}",
"dependencies": {
"Quick": [
],
"Nimble": [
],
"OHHTTPStubs/Swift": [
]
}
}
],
"swift_version": "5.0"
}