[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / b / 1 / 4 / Hermod / 1.2.1 / Hermod.podspec.json
blob8385f8066989bbf907b73a55eaf44bfb4427ef21
2   "name": "Hermod",
3   "version": "1.2.1",
4   "summary": "User friendly HTTP client on top of AFNetworking",
5   "description": "Hermod defines a simple, easy to use, intuitive and flexible HTTP client on top of AFNetworking.",
6   "homepage": "https://github.com/mobilejazz/Hermod",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mobile Jazz": "info@mobilejazz.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "social_media_url": "http://twitter.com/mobilejazzcom",
18   "source": {
19     "git": "https://github.com/mobilejazz/Hermod.git",
20     "tag": "1.2.1"
21   },
22   "source_files": [
23     "Source Code/*.{h,m}",
24     "Source Code/*/*.{h,m}"
25   ],
26   "frameworks": "Foundation",
27   "dependencies": {
28     "AFNetworking": [
29       "~>4.0.1"
30     ],
31     "FormatterKit/URLRequestFormatter": [
33     ]
34   },
35   "requires_arc": true