[Add] BugsnagNetworkRequestPlugin 6.31.0
[CocoaPods.git] / Specs / 8 / 1 / 0 / Maris / 1.0.0 / Maris.podspec.json
blob898763988a6e8eb702028401d916ec856bc10e50
2   "name": "Maris",
3   "version": "1.0.0",
4   "authors": {
5     "Scott Petit": "petit.scott@gmail.com"
6   },
7   "homepage": "https://github.com/ScottPetit/Maris",
8   "summary": "AFNetworking 2.0 and Mantle made easy",
9   "source": {
10     "git": "https://github.com/ScottPetit/Maris.git",
11     "tag": "v1.0.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "frameworks": "Foundation",
22   "subspecs": [
23     {
24       "name": "Core",
25       "dependencies": {
26         "Mantle": [
27           "~> 1.4"
28         ],
29         "AFNetworking": [
30           "~> 2.2.0"
31         ]
32       },
33       "source_files": [
34         "Maris/Categories/*.{h,m}",
35         "Maris/Serializers/*.{h,m}"
36       ]
37     },
38     {
39       "name": "NSURLSession",
40       "dependencies": {
41         "Maris/Core": [
43         ],
44         "AFNetworking/NSURLSession": [
46         ]
47       },
48       "source_files": "Maris/NSURLSession/*.{h,m}"
49     },
50     {
51       "name": "NSURLConnection",
52       "dependencies": {
53         "Maris/Core": [
55         ],
56         "AFNetworking/NSURLConnection": [
58         ]
59       },
60       "source_files": "Maris/NSURLConnection/*{h,m}"
61     }
62   ]