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