[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 8 / 9 / 6 / AFNetworking_ilongge / 4.1.0 / AFNetworking_ilongge.podspec.json
blob5d51adb5c6d09ed3c97e81f91db0fd465499eaf4
2   "name": "AFNetworking_ilongge",
3   "version": "4.1.0",
4   "license": "MIT",
5   "summary": "A delightful networking framework for Apple platforms.",
6   "homepage": "https://gitee.com/ilongge/afnetworking",
7   "authors": {
8     "ilongge": "1015820857@qq.com"
9   },
10   "source": {
11     "git": "https://gitee.com/ilongge/afnetworking.git",
12     "tag": "4.1.0"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "ios": {
18     "pod_target_xcconfig": {
19       "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
20       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21     }
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "GENERATE_INFOPLIST_FILE": "YES"
26   },
27   "source_files": "AFNetworking/AFNetworking.h",
28   "subspecs": [
29     {
30       "name": "Serialization",
31       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}"
32     },
33     {
34       "name": "Security",
35       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}"
36     },
37     {
38       "name": "Reachability",
39       "platforms": {
40         "ios": "11.0",
41         "osx": "11.0"
42       },
43       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}"
44     },
45     {
46       "name": "NSURLSession",
47       "dependencies": {
48         "AFNetworking_ilongge/Serialization": [
50         ],
51         "AFNetworking_ilongge/Security": [
53         ]
54       },
55       "ios": {
56         "dependencies": {
57           "AFNetworking_ilongge/Reachability": [
59           ]
60         }
61       },
62       "osx": {
63         "dependencies": {
64           "AFNetworking_ilongge/Reachability": [
66           ]
67         }
68       },
69       "source_files": [
70         "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
71         "AFNetworking/AFCompatibilityMacros.h"
72       ]
73     },
74     {
75       "name": "UIKit",
76       "platforms": {
77         "ios": "11.0"
78       },
79       "dependencies": {
80         "AFNetworking_ilongge/NSURLSession": [
82         ]
83       },
84       "source_files": "UIKit+AFNetworking/*.{h,m}"
85     }
86   ]