[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 8 / JBMessage / 1.0.1 / JBMessage.podspec.json
blob72923da1c43e910a4364afa8260afaf680cae3c3
2   "name": "JBMessage",
3   "version": "1.0.1",
4   "summary": "JBMessage is simple iOS networking wrapper based on AFNetworking",
5   "description": "                   \tJBMessage allows you to easily wrap your networking code in separate classes.\n                   \tHandfull when creating huge apps that extensively use networking and much more convenient then using big singletons. \n",
6   "homepage": "https://github.com/josipbernat/JBMessage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Josip Bernat": "josip.bernat@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/josipbernat",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/josipbernat/JBMessage.git",
20     "commit": "f0df163caa4f7968232764ef6c2394ae21996ed8",
21     "tag": "1.0.1"
22   },
23   "source_files": "JBMessage/JBMessage/**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.2"
28     ]
29   }