blob: c7f1bfeace710c67d58e3e1634ec8cb4e8492a1c [file] [log] [blame]
{
"name": "BCAFNetworking",
"version": "3.1.2",
"license": "MIT",
"summary": "Copia de AFNetworking",
"homepage": "https://https://github.com/DieberRoa/BCAFNetworking",
"social_media_url": "https://twitter.com",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/DieberRoa/BCAFNetworking.git",
"tag": "3.1.2",
"submodules": true
},
"requires_arc": true,
"public_header_files": "BCAFNetworking/AFNetworking.h",
"source_files": "BCAFNetworking/AFNetworking.h",
"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",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"subspecs": [
{
"name": "Serialization",
"source_files": "BCAFNetworking/AFURL{Request,Response}Serialization.{h,m}",
"public_header_files": "BCAFNetworking/AFURL{Request,Response}Serialization.h",
"watchos": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"ios": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"osx": {
"frameworks": "CoreServices"
}
},
{
"name": "Security",
"source_files": "BCAFNetworking/AFSecurityPolicy.{h,m}",
"public_header_files": "BCAFNetworking/AFSecurityPolicy.h",
"frameworks": "Security"
},
{
"name": "Reachability",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "BCAFNetworking/AFNetworkReachabilityManager.{h,m}",
"public_header_files": "BCAFNetworking/AFNetworkReachabilityManager.h",
"frameworks": "SystemConfiguration"
},
{
"name": "NSURLSession",
"dependencies": {
"BCAFNetworking/Serialization": [
],
"BCAFNetworking/Security": [
]
},
"ios": {
"dependencies": {
"BCAFNetworking/Reachability": [
]
}
},
"osx": {
"dependencies": {
"BCAFNetworking/Reachability": [
]
}
},
"tvos": {
"dependencies": {
"BCAFNetworking/Reachability": [
]
}
},
"source_files": [
"BCAFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
"BCAFNetworking/AFCompatibilityMacros.h"
],
"public_header_files": [
"BCAFNetworking/AF{URL,HTTP}SessionManager.h",
"BCAFNetworking/AFCompatibilityMacros.h"
]
},
{
"name": "UIKit",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"dependencies": {
"BCAFNetworking/NSURLSession": [
]
},
"public_header_files": "UIKit+AFNetworking/*.h",
"source_files": "UIKit+AFNetworking"
}
]
}