blob: a9cf3d6ba32c0d1ba65812cc1e47da183b61e308 [file] [log] [blame]
{
"name": "AFNetworking",
"version": "2.2.1",
"license": "MIT",
"summary": "A delightful iOS and OS X networking framework.",
"homepage": "https://github.com/AFNetworking/AFNetworking",
"social_media_url": "https://twitter.com/AFNetworking",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFNetworking.git",
"tag": "2.2.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"public_header_files": "AFNetworking/*.h",
"source_files": "AFNetworking/AFNetworking.h",
"subspecs": [
{
"name": "Serialization",
"source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
"ios": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"osx": {
"frameworks": "CoreServices"
}
},
{
"name": "Security",
"source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
"frameworks": "Security"
},
{
"name": "Reachability",
"source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
"frameworks": "SystemConfiguration"
},
{
"name": "NSURLConnection",
"dependencies": {
"AFNetworking/Serialization": [
],
"AFNetworking/Reachability": [
],
"AFNetworking/Security": [
]
},
"source_files": [
"AFNetworking/AFURLConnectionOperation.{h,m}",
"AFNetworking/AFHTTPRequestOperation.{h,m}",
"AFNetworking/AFHTTPRequestOperationManager.{h,m}"
]
},
{
"name": "NSURLSession",
"dependencies": {
"AFNetworking/NSURLConnection": [
]
},
"source_files": [
"AFNetworking/AFURLSessionManager.{h,m}",
"AFNetworking/AFHTTPSessionManager.{h,m}"
]
},
{
"name": "UIKit",
"platforms": {
"ios": "6.0"
},
"dependencies": {
"AFNetworking/NSURLConnection": [
],
"AFNetworking/NSURLSession": [
]
},
"ios": {
"public_header_files": "UIKit+AFNetworking/*.h",
"source_files": "UIKit+AFNetworking"
},
"osx": {
"source_files": ""
}
}
]
}