2 "name": "SimpleAFNetworking",
5 "summary": "A delightful iOS networking framework.",
6 "homepage": "https://github.com/Chasingdreamboy/SimpleAFNetworking",
7 "social_media_url": "https://twitter.com/AFNetworking",
9 "Mattt Thompson": "m@mattt.me"
12 "git": "https://github.com/Chasingdreamboy/SimpleAFNetworking.git",
17 "public_header_files": "AFNetworking/AFNetworking.h",
18 "source_files": "AFNetworking/**/*",
20 "GENERATE_DEBUG_SYMBOLS": "NO"
22 "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",
31 "name": "Serialization",
32 "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
33 "public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
47 "frameworks": "CoreServices"
52 "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
53 "public_header_files": "AFNetworking/AFSecurityPolicy.h",
54 "frameworks": "Security"
57 "name": "Reachability",
63 "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
64 "public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
65 "frameworks": "SystemConfiguration"
68 "name": "NSURLSession",
70 "SimpleAFNetworking/Serialization": [
73 "SimpleAFNetworking/Security": [
79 "SimpleAFNetworking/Reachability": [
86 "SimpleAFNetworking/Reachability": [
93 "SimpleAFNetworking/Reachability": [
98 "source_files": "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
99 "public_header_files": "AFNetworking/AF{URL,HTTP}SessionManager.h"
108 "SimpleAFNetworking/NSURLSession": [
112 "public_header_files": "UIKit+AFNetworking/*.h",
113 "source_files": "UIKit+AFNetworking"