[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 1 / 8 / b / ConnectionManager / 1.0.3 / ConnectionManager.podspec.json
blob0ad112fc41033e5e42c2c9de6253b533754c88ff
2   "name": "ConnectionManager",
3   "version": "1.0.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Joan Martin": "vilanovi@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/joan_mh",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/vilanovi/ConnectionManager.git",
20     "tag": "1.0.3"
21   },
22   "source_files": "Source/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true