blob: 03925a8fd7d7b61ed6b4dfc8d85b1832b4237ee8 [file] [log] [blame]
{
"name": "MozendaSwift",
"version": "0.0.7",
"summary": "A Swift wrapper for the Mozenda API.",
"description": "V1.0 will only support basic agent and collection functionality with more to come.",
"homepage": "https://cocoapods.org/pods/MozendaSwift",
"license": "MIT",
"authors": {
"Giglioroninomicon": "david@davidmiller.work"
},
"source": {
"git": "https://github.com/dmillerconsulting/MozendaSwift.git",
"tag": "0.0.7"
},
"source_files": "MozendaSwift/Pod/*.swift",
"exclude_files": "MozendaSwift/Pod/Exclude",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"SwiftyJSON": [
]
},
"swift_version": "5.0"
}