[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 3.0.2 / AFNetworking.podspec.json
blob2c81a9aa1e05e453279fcdf6c97691f349e4ddf2
2   "name": "AFNetworking",
3   "version": "3.0.2",
4   "license": "MIT",
5   "summary": "A delightful iOS and OS X networking framework.",
6   "homepage": "https://github.com/AFNetworking/AFNetworking",
7   "social_media_url": "https://twitter.com/AFNetworking",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFNetworking.git",
13     "tag": "3.0.2",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "public_header_files": "AFNetworking/AFNetworking.h",
18   "source_files": "AFNetworking/AFNetworking.h",
19   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif\n\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif",
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "deprecated_in_favor_of": "Alamofire",
27   "subspecs": [
28     {
29       "name": "Serialization",
30       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
31       "public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
32       "watchos": {
33         "frameworks": [
34           "MobileCoreServices",
35           "CoreGraphics"
36         ]
37       },
38       "ios": {
39         "frameworks": [
40           "MobileCoreServices",
41           "CoreGraphics"
42         ]
43       },
44       "osx": {
45         "frameworks": "CoreServices"
46       }
47     },
48     {
49       "name": "Security",
50       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
51       "public_header_files": "AFNetworking/AFSecurityPolicy.h",
52       "frameworks": "Security"
53     },
54     {
55       "name": "Reachability",
56       "platforms": {
57         "ios": "7.0",
58         "osx": "10.9",
59         "tvos": "9.0"
60       },
61       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
62       "public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
63       "frameworks": "SystemConfiguration"
64     },
65     {
66       "name": "NSURLSession",
67       "dependencies": {
68         "AFNetworking/Serialization": [
70         ],
71         "AFNetworking/Security": [
73         ]
74       },
75       "ios": {
76         "dependencies": {
77           "AFNetworking/Reachability": [
79           ]
80         }
81       },
82       "osx": {
83         "dependencies": {
84           "AFNetworking/Reachability": [
86           ]
87         }
88       },
89       "tvos": {
90         "dependencies": {
91           "AFNetworking/Reachability": [
93           ]
94         }
95       },
96       "source_files": "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
97       "public_header_files": "AFNetworking/AF{URL,HTTP}SessionManager.h"
98     },
99     {
100       "name": "UIKit",
101       "platforms": {
102         "ios": "7.0",
103         "tvos": "9.0"
104       },
105       "dependencies": {
106         "AFNetworking/NSURLSession": [
108         ]
109       },
110       "public_header_files": "UIKit+AFNetworking/*.h",
111       "source_files": "UIKit+AFNetworking"
112     }
113   ]