[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 5 / 4 / Overcoat / 1.2.1 / Overcoat.podspec.json
blob2ac6d92a0726d95cb10da8ec5bb3112ffd91ded1
2   "name": "Overcoat",
3   "version": "1.2.1",
4   "license": "MIT",
5   "summary": "Overcoat is an AFNetworking extension that makes it extremely 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   "social_media_url": "https://twitter.com/gonzalezreal",
11   "source": {
12     "git": "https://github.com/gonzalezreal/Overcoat.git",
13     "tag": "1.2.1"
14   },
15   "source_files": "Overcoat",
16   "requires_arc": true,
17   "dependencies": {
18     "AFNetworking": [
19       "~> 2.0"
20     ],
21     "Mantle": [
22       "~> 1.3"
23     ]
24   },
25   "platforms": {
26     "ios": "6.0",
27     "osx": "10.8"
28   },
29   "ios": {
30     "frameworks": [
31       "Foundation",
32       "Accounts",
33       "Social"
34     ]
35   },
36   "osx": {
37     "frameworks": [
38       "Foundation",
39       "Accounts",
40       "Social"
41     ]
42   }