2 "name": "ConnectionManager",
4 "summary": "Easy management for connections in iOS",
5 "description": "\t\t\t\t Here I present a very simple framework to handle connections in a very efficient and easy way. Just give a NSURLRequest and you will have in return the result of a NSURLConnection.\n\n\t\t\t\t The connections are performed asynchronously and the framework allows you to:\n\n\t\t\t\t * Cancel requests\n\t\t\t\t * Set priorities\n\t\t\t\t * Manage multiple connection queues\n\t\t\t\t * Configure connection queues individualy\n\t\t\t\t * Pause and restart connections\n\t\t\t\t * Get feedback of downloading/uploading status\n\t\t\t\t * Define credentials and trusted servers\n\t\t\t\t * Get the return of the connection using blocks\n",
6 "homepage": "https://github.com/vilanovi/ConnectionManager",
12 "Joan Martin": "vilanovi@gmail.com"
14 "social_media_url": "http://twitter.com/joan_mh",
19 "git": "https://github.com/vilanovi/ConnectionManager.git",
22 "source_files": "Source/*.{h,m}",
23 "frameworks": "Foundation",