[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 1 / 0 / Maris / 1.0.2 / Maris.podspec.json
blob1ca55baac45e15bbb32937a79dc3c7eb956d8fef
2   "name": "Maris",
3   "version": "1.0.2",
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.2"
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   "social_media_url": "https://twitter.com/scottpetit",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "Mantle": [
28           "~> 1.5.0"
29         ],
30         "AFNetworking": [
31           "~> 2.4.1"
32         ]
33       },
34       "source_files": [
35         "Maris/Categories/*.{h,m}",
36         "Maris/Serializers/*.{h,m}"
37       ]
38     },
39     {
40       "name": "NSURLSession",
41       "dependencies": {
42         "Maris/Core": [
44         ],
45         "AFNetworking/NSURLSession": [
47         ]
48       },
49       "source_files": "Maris/NSURLSession/*.{h,m}"
50     },
51     {
52       "name": "NSURLConnection",
53       "dependencies": {
54         "Maris/Core": [
56         ],
57         "AFNetworking/NSURLConnection": [
59         ]
60       },
61       "source_files": "Maris/NSURLConnection/*{h,m}"
62     }
63   ]