102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
|
|
{
|
||
|
|
"name": "AFNetworking",
|
||
|
|
"version": "4.0.1",
|
||
|
|
"license": "MIT",
|
||
|
|
"summary": "A delightful networking framework for Apple platforms.",
|
||
|
|
"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": "4.0.1"
|
||
|
|
},
|
||
|
|
"platforms": {
|
||
|
|
"ios": "9.0",
|
||
|
|
"osx": "10.10",
|
||
|
|
"watchos": "2.0",
|
||
|
|
"tvos": "9.0"
|
||
|
|
},
|
||
|
|
"ios": {
|
||
|
|
"pod_target_xcconfig": {
|
||
|
|
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"osx": {
|
||
|
|
"pod_target_xcconfig": {
|
||
|
|
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"watchos": {
|
||
|
|
"pod_target_xcconfig": {
|
||
|
|
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking-watchOS"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"tvos": {
|
||
|
|
"pod_target_xcconfig": {
|
||
|
|
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"source_files": "AFNetworking/AFNetworking/AFNetworking.h",
|
||
|
|
"resource_bundles": {
|
||
|
|
"AFNetworking": "AFNetworking/Resources/PrivacyInfo.xcprivacy"
|
||
|
|
},
|
||
|
|
"subspecs": [
|
||
|
|
{
|
||
|
|
"name": "Serialization",
|
||
|
|
"source_files": "AFNetworking/AFNetworking/AFURL{Request,Response}Serialization.{h,m}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Security",
|
||
|
|
"source_files": "AFNetworking/AFNetworking/AFSecurityPolicy.{h,m}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Reachability",
|
||
|
|
"platforms": {
|
||
|
|
"ios": "9.0",
|
||
|
|
"osx": "10.10",
|
||
|
|
"tvos": "9.0"
|
||
|
|
},
|
||
|
|
"source_files": "AFNetworking/AFNetworking/AFNetworkReachabilityManager.{h,m}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "NSURLSession",
|
||
|
|
"dependencies": {
|
||
|
|
"AFNetworking/Serialization": [],
|
||
|
|
"AFNetworking/Security": []
|
||
|
|
},
|
||
|
|
"ios": {
|
||
|
|
"dependencies": {
|
||
|
|
"AFNetworking/Reachability": []
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"osx": {
|
||
|
|
"dependencies": {
|
||
|
|
"AFNetworking/Reachability": []
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"tvos": {
|
||
|
|
"dependencies": {
|
||
|
|
"AFNetworking/Reachability": []
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"source_files": [
|
||
|
|
"AFNetworking/AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
|
||
|
|
"AFNetworking/AFNetworking/AFCompatibilityMacros.h"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "UIKit",
|
||
|
|
"platforms": {
|
||
|
|
"ios": "9.0",
|
||
|
|
"tvos": "9.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"AFNetworking/NSURLSession": []
|
||
|
|
},
|
||
|
|
"source_files": "AFNetworking/UIKit+AFNetworking"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|