blob: e1333e42e731cd9ebc5a878227568ac77e8c170d [file] [log] [blame]
{
"name": "AlamofireUIManager",
"version": "1.0.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": "1.0.0"
},
"social_media_url": "https://twitter.com/corlaonline",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "AlamofireUIManager/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4"
],
"SwiftyJSON": [
"~> 3"
]
},
"pushed_with_swift_version": "3"
}