[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / a / e / Mercurio / 0.3.0 / Mercurio.podspec.json
blobc3ee94901d9e56563754e8457e862be853cd2520
2   "name": "Mercurio",
3   "version": "0.3.0",
4   "summary": "Mercurio is a fast way to make an api with AFNetworking and parse the response with Mantle.",
5   "homepage": "https://github.com/stefz/Mercurio",
6   "license": "MIT",
7   "authors": {
8     "Stefano Zanetti": "stefano.zanetti@pragmamark.org"
9   },
10   "source": {
11     "git": "https://github.com/stefz/Mercurio.git",
12     "tag": "0.3.0"
13   },
14   "social_media_url": "https://twitter.com/stezanna",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.0"
23     ],
24     "Mantle": [
25       "~> 2.0.6"
26     ],
27     "SAMKeychain": [
28       "~> 1.5.1"
29     ]
30   }