[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 5 / 4 / Overcoat / 1.1 / Overcoat.podspec.json
blobbae47292544ff456c4e0c4003129a60589779759
2   "name": "Overcoat",
3   "version": "1.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   "source": {
11     "git": "https://github.com/gonzalezreal/Overcoat.git",
12     "tag": "1.1"
13   },
14   "source_files": "Overcoat",
15   "requires_arc": true,
16   "dependencies": {
17     "AFNetworking": [
18       "~> 1.3.1"
19     ],
20     "Mantle": [
21       "~> 1.3"
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   }