[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / e / 8 / JBMessage / 1.0.17 / JBMessage.podspec.json
blob248fde77d0c46c22ab238efa9e3f9658a1210f6a
2   "name": "JBMessage",
3   "version": "1.0.17",
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.17"
20   },
21   "source_files": "JBMessage/JBMessage/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.4"
26     ]
27   }