blob: 54e651923869df38cf16b7fcff21a158c5252af8 [file] [log] [blame]
{
"name": "MyRequestLib",
"version": "0.1.3",
"summary": "MyRequestLib is a library enabled to make HTML request.",
"swift_versions": "4.0",
"description": "MyRequestLib is a library enabled to make HTML request (GET, POST, PUT, DELETE). The\nlibrary was created with education ends.",
"homepage": "https://github.com/javesp/MyRequestLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"javesp": "javierespinoza23@gmail.com"
},
"source": {
"git": "https://github.com/javesp/MyRequestLib.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MyRequestLib/Classes/**/*",
"swift_version": "4.0"
}