blob: 860d8eb058b272faf4fc848daaf14471989485c3 [file] [log] [blame]
{
"name": "hellooo",
"version": "3.1.0",
"license": "MIT",
"summary": "A delightful iOS and OS X networking framework.",
"homepage": "https://github.com/AFNetworking/AFNetworking",
"social_media_url": "https://www.baidu.com",
"authors": {
"huchu": "hc2088@163.com"
},
"source": {
"git": "https://github.com/AFNetworking/AFNetworking.git",
"tag": "3.1.0",
"submodules": true
},
"requires_arc": true,
"public_header_files": "AFNetworking/AFNetworking.h",
"source_files": "AFNetworking/AFNetworking.h",
"prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n #define TARGET_OS_TV 0\n#endif",
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"subspecs": [
{
"name": "Serialization",
"source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
"public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
"watchos": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"ios": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"osx": {
"frameworks": "CoreServices"
}
},
{
"name": "Security",
"source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
"public_header_files": "AFNetworking/AFSecurityPolicy.h",
"frameworks": "Security"
},
{
"name": "Reachability",
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
"public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
"frameworks": "SystemConfiguration"
},
{
"name": "NSURLSession",
"dependencies": {
"hellooo/Serialization": [
],
"hellooo/Security": [
]
},
"ios": {
"dependencies": {
"hellooo/Reachability": [
]
}
},
"osx": {
"dependencies": {
"hellooo/Reachability": [
]
}
},
"tvos": {
"dependencies": {
"hellooo/Reachability": [
]
}
},
"source_files": "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
"public_header_files": "AFNetworking/AF{URL,HTTP}SessionManager.h"
},
{
"name": "UIKit",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"dependencies": {
"hellooo/NSURLSession": [
]
},
"public_header_files": "UIKit+AFNetworking/*.h",
"source_files": "UIKit+AFNetworking"
}
]
}