[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / 6 / BCAFNetworking / 3.1.2 / BCAFNetworking.podspec.json
blobc7f1bfeace710c67d58e3e1634ec8cb4e8492a1c
2   "name": "BCAFNetworking",
3   "version": "3.1.2",
4   "license": "MIT",
5   "summary": "Copia de AFNetworking",
6   "homepage": "https://https://github.com/DieberRoa/BCAFNetworking",
7   "social_media_url": "https://twitter.com",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/DieberRoa/BCAFNetworking.git",
13     "tag": "3.1.2",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "public_header_files": "BCAFNetworking/AFNetworking.h",
18   "source_files": "BCAFNetworking/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": "8.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "subspecs": [
27     {
28       "name": "Serialization",
29       "source_files": "BCAFNetworking/AFURL{Request,Response}Serialization.{h,m}",
30       "public_header_files": "BCAFNetworking/AFURL{Request,Response}Serialization.h",
31       "watchos": {
32         "frameworks": [
33           "MobileCoreServices",
34           "CoreGraphics"
35         ]
36       },
37       "ios": {
38         "frameworks": [
39           "MobileCoreServices",
40           "CoreGraphics"
41         ]
42       },
43       "osx": {
44         "frameworks": "CoreServices"
45       }
46     },
47     {
48       "name": "Security",
49       "source_files": "BCAFNetworking/AFSecurityPolicy.{h,m}",
50       "public_header_files": "BCAFNetworking/AFSecurityPolicy.h",
51       "frameworks": "Security"
52     },
53     {
54       "name": "Reachability",
55       "platforms": {
56         "ios": "8.0",
57         "osx": "10.9",
58         "tvos": "9.0"
59       },
60       "source_files": "BCAFNetworking/AFNetworkReachabilityManager.{h,m}",
61       "public_header_files": "BCAFNetworking/AFNetworkReachabilityManager.h",
62       "frameworks": "SystemConfiguration"
63     },
64     {
65       "name": "NSURLSession",
66       "dependencies": {
67         "BCAFNetworking/Serialization": [
69         ],
70         "BCAFNetworking/Security": [
72         ]
73       },
74       "ios": {
75         "dependencies": {
76           "BCAFNetworking/Reachability": [
78           ]
79         }
80       },
81       "osx": {
82         "dependencies": {
83           "BCAFNetworking/Reachability": [
85           ]
86         }
87       },
88       "tvos": {
89         "dependencies": {
90           "BCAFNetworking/Reachability": [
92           ]
93         }
94       },
95       "source_files": [
96         "BCAFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
97         "BCAFNetworking/AFCompatibilityMacros.h"
98       ],
99       "public_header_files": [
100         "BCAFNetworking/AF{URL,HTTP}SessionManager.h",
101         "BCAFNetworking/AFCompatibilityMacros.h"
102       ]
103     },
104     {
105       "name": "UIKit",
106       "platforms": {
107         "ios": "8.0",
108         "tvos": "9.0"
109       },
110       "dependencies": {
111         "BCAFNetworking/NSURLSession": [
113         ]
114       },
115       "public_header_files": "UIKit+AFNetworking/*.h",
116       "source_files": "UIKit+AFNetworking"
117     }
118   ]