[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / e / 8 / JBMessage / 1.0.0 / JBMessage.podspec.json
blob24369d01024dc8b2843e305641eafe1908a96b4e
2   "name": "JBMessage",
3   "version": "1.0.0",
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": "3403e19dd1a5f100d8fc3e191e0128b6e5a3699f",
21     "tag": "1.0.0"
22   },
23   "source_files": "JBMessage/JBMessage/**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.2"
28     ]
29   }