[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 8 / JBMessage / 1.0.11 / JBMessage.podspec.json
blob2c79548fde3eda0b03badbffa3d1241c82f6e13f
2   "name": "JBMessage",
3   "version": "1.0.11",
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.11"
20   },
21   "source_files": "JBMessage/JBMessage/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.3.1"
26     ]
27   }