blob: e50c284e8178e228df4392876b3510628463ffd4 [file] [log] [blame]
{
"name": "YumeAlamofire",
"version": "4.2.6",
"license": "MIT",
"summary": "A Library combine network request and json decode in POP way",
"homepage": "https://github.com/yume190/YumeAlamofire",
"authors": {
"yume190": "yume190@gmail.com"
},
"social_media_url": "https://www.facebook.com/yume190",
"source": {
"git": "https://github.com/yume190/YumeAlamofire.git",
"tag": "4.2.6"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"swift_version": "4.2",
"static_framework": true,
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"JSONDecodeKit": [
"~> 4.1.0"
],
"AwaitKit": [
"~> 5.0.1"
]
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/YumeAlamofire/*.swift",
"Sources/YumeAlamofire/Entry/*.swift",
"Sources/YumeAlamofire/Error/*.swift",
"Sources/YumeAlamofire/Misc/*.swift"
],
"frameworks": "Foundation"
},
{
"name": "JSONMock",
"source_files": "Sources/JSONMock/*.swift",
"dependencies": {
"YumeAlamofire/Core": [
]
}
}
]
}