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