[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / b / DLNetworking / 4.1.0 / DLNetworking.podspec.json
blob8e0177c725f403accd4fc8d3667dd6ed4fdc48b4
2   "name": "DLNetworking",
3   "module_name": "AFNetworking",
4   "version": "4.1.0",
5   "license": "MIT",
6   "summary": "A delightful networking framework for Apple platforms.",
7   "homepage": "https://github.com/AFNetworking/AFNetworking",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/sdkdimon/AFNetworking.git",
13     "tag": "4.1.0"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.14"
18   },
19   "ios": {
20     "pod_target_xcconfig": {
21       "PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
22     }
23   },
24   "osx": {
25     "pod_target_xcconfig": {
26       "PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
27     }
28   },
29   "source_files": "AFNetworking/AFNetworking.h",
30   "subspecs": [
31     {
32       "name": "Serialization",
33       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}"
34     },
35     {
36       "name": "Security",
37       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}"
38     },
39     {
40       "name": "Reachability",
41       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}"
42     },
43     {
44       "name": "NSURLSession",
45       "dependencies": {
46         "DLNetworking/Serialization": [
48         ],
49         "DLNetworking/Security": [
51         ]
52       },
53       "ios": {
54         "dependencies": {
55           "DLNetworking/Reachability": [
57           ]
58         }
59       },
60       "osx": {
61         "dependencies": {
62           "DLNetworking/Reachability": [
64           ]
65         }
66       },
67       "source_files": [
68         "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
69         "AFNetworking/AFCompatibilityMacros.h"
70       ]
71     },
72     {
73       "name": "UIKit",
74       "platforms": {
75         "ios": "12.0"
76       },
77       "dependencies": {
78         "DLNetworking/NSURLSession": [
80         ]
81       },
82       "source_files": "UIKit+AFNetworking"
83     }
84   ]