[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / e / 8 / JBMessage / 1.0.18 / JBMessage.podspec.json
blob58767623a62f47729c00e4e21ad1f360a569e929
2   "name": "JBMessage",
3   "version": "1.0.18",
4   "summary": "JBMessage is simple iOS networking wrapper based on AFNetworking",
5   "homepage": "https://github.com/josipbernat/JBMessage",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josip Bernat": "josip.bernat@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/josipbernat",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/josipbernat/JBMessage.git",
19     "tag": "v1.0.18"
20   },
21   "source_files": "JBMessage/JBMessage/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.5"
26     ]
27   }