blob: 44550a55a133fbac387b2dca37830a1476206305 [file] [log] [blame]
{
"name": "Microya",
"version": "0.1.1",
"summary": "A micro version of the Moya network abstraction layer written in Swift.",
"description": "A micro version of the Moya network abstraction layer written in Swift.\nCurrently only supports JSON APIs.",
"homepage": "https://github.com/Flinesoft/Microya",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cihat Gündüz": "cocoapods@cihatguenduez.de"
},
"social_media_url": "https://twitter.com/Dschee",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Flinesoft/Microya.git",
"tag": "0.1.1"
},
"source_files": "Frameworks/**/*.swift",
"frameworks": "Foundation",
"swift_version": "4.2"
}