[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / 1 / BETURLSession / 1.0.1 / BETURLSession.podspec.json
blob4f797d5969ac3846386eb9da33726b0c7c79f224
2   "name": "BETURLSession",
3   "version": "1.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com",
10     "Screen Interaction": "seivan.heidari@screeninteraction.com"
11   },
12   "source": {
13     "git": "https://github.com/screeninteraction/BETURLSession.git",
14     "tag": "1.0.1"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": "BETURLSession/**/*.{h,m}",
21   "resources": "BETURLSession/**/*.{implementation,private}",
22   "requires_arc": true