blob: 5f5fb3396882f20fb7f5e3a05bf5a981aa0fe9ec [file] [log] [blame]
{
"name": "AlamofireUIManager",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/corlaonline",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "AlamofireUIManager/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.2"
],
"SwiftyJSON": [
]
}
}