blob: 3be7f782aa84bd7996285860eef91ca19f5a40e1 [file] [log] [blame]
{
"name": "PSea",
"version": "1.1.5",
"summary": "PSea",
"homepage": "https://github.com/Fidetro/PSea",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fidetro": "zykzzzz@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Fidetro/PSea.git",
"tag": "1.1.5"
},
"source_files": "Source/PSea/*.{h,m,swift}",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
]
},
"subspecs": [
{
"name": "RxSwift",
"source_files": [
"Source/PSea/*.{h,m,swift}",
"Source/Rx/*.{h,m,swift}"
],
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"RxSwift": [
"~> 4.3.1"
]
}
}
]
}