blob: fe5c890da0fbfc84a06189b930444712201b349f [file] [log] [blame]
{
"name": "AlamofireUIManager",
"version": "0.1.2",
"summary": "A simple manager for Alamofire requests",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/CorlaOnline/AlamofireUIManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Corlatti": "alex.corlatti@gmail.com"
},
"source": {
"git": "https://github.com/CorlaOnline/AlamofireUIManager.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/corlaonline",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "AlamofireUIManager/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.2"
],
"SwiftyJSON": [
]
}
}