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