2 "name": "BETURLSession",
4 "summary": "NSURLSession based network library with JSON and FormURLEncoding serializers. Blocks or Delegates. Customizable with other serializers.",
5 "description": "\n Delegate callbacks via blocks.\n Blocks are hold with a weak reference so you don't have to cleanup when your object is gone.\n \n * Plugginable serializers\n * No need for inheriting AND making a singleton\n * Keeps track of your session with just a simple key\n * Progress blocks for both Download and Upload\n * Life Cycle blocks to keep track of all requests that are happening\n * Very light weight\n * No need to clean up after - The blocks are self maintained.\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n \n",
6 "homepage": "https://github.com/screeninteraction/BETURLSession",
9 "Seivan Heidari": "seivan.heidari@icloud.com",
10 "Screen Interaction": "seivan.heidari@screeninteraction.com"
13 "git": "https://github.com/screeninteraction/BETURLSession.git",
20 "source_files": "BETURLSession/**/*.{h,m}",
21 "resources": "BETURLSession/**/*.{implementation,private}",