blob: 427528b2065c31072f2d96bc71b27957ccb75bbd [file] [log] [blame]
{
"name": "swiftPodExample",
"version": "0.1.0",
"summary": "A short description of swiftPodExample using almofire dependecy.",
"description": "By using this pod we can used almofire library and call network request",
"homepage": "https://github.com/Rockypkr/swiftPodExample",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pratap": "pratap@yarsa.io"
},
"source": {
"git": "https://github.com/Rockypkr/swiftPodExample.git",
"tag": "0.1.0"
},
"swift_versions": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "swiftPodExample/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.5"
]
},
"swift_version": "4.0"
}