[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 6 / 5 / 4 / Overcoat / 0.2 / Overcoat.podspec.json
blob16b3e085e3e9239c6697086ad8e38736e60c3c63
2   "name": "Overcoat",
3   "version": "0.2",
4   "license": "MIT",
5   "summary": "Overcoat is an AFNetworking extension that makes it super simple for developers to use Mantle model objects with a REST client.",
6   "homepage": "https://github.com/gonzalezreal/Overcoat",
7   "authors": {
8     "Guillermo Gonzalez": "gonzalezreal@icloud.com"
9   },
10   "source": {
11     "git": "https://github.com/gonzalezreal/Overcoat.git",
12     "tag": "0.2"
13   },
14   "source_files": "Overcoat",
15   "requires_arc": true,
16   "dependencies": {
17     "AFNetworking": [
18       "~> 1.2.1"
19     ],
20     "Mantle": [
21       "~> 1.1"
22     ]
23   },
24   "platforms": {
25     "ios": "5.0",
26     "osx": "10.7"
27   },
28   "ios": {
29     "frameworks": "Foundation",
30     "weak_frameworks": [
31       "Accounts",
32       "Social"
33     ]
34   },
35   "osx": {
36     "frameworks": "Foundation",
37     "weak_frameworks": [
38       "Accounts",
39       "Social"
40     ]
41   }