blob: 7a9983b7462bc59f4c8ea98ea72e8444eb354357 [file] [log] [blame]
{
"name": "Moyaf",
"version": "0.8.2",
"summary": "Simple abstraction layer based on AFNetworking.",
"description": "Moyaf is abstraction layer based on AFNetworking and for someone like me who sitting yet on Objective-C.\nIt's inspired by Moya for Alamofire.",
"homepage": "https://github.com/skyofdwarf/Moyaf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skyofdwarf": "skyofdwarf@gmail.com"
},
"source": {
"git": "https://github.com/skyofdwarf/Moyaf.git",
"tag": "0.8.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Moyaf/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
}