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/AFNetworking.h",
19 "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",
28 "name": "Serialization",
29 "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
30 "public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
44 "frameworks": "CoreServices"
49 "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
50 "public_header_files": "AFNetworking/AFSecurityPolicy.h",
51 "frameworks": "Security"
54 "name": "Reachability",
60 "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
61 "public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
62 "frameworks": "SystemConfiguration"
65 "name": "NSURLSession",
67 "SimpleAFNetworking/Serialization": [
70 "SimpleAFNetworking/Security": [
76 "SimpleAFNetworking/Reachability": [
83 "SimpleAFNetworking/Reachability": [
90 "SimpleAFNetworking/Reachability": [
95 "source_files": "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
96 "public_header_files": "AFNetworking/AF{URL,HTTP}SessionManager.h"
105 "SimpleAFNetworking/NSURLSession": [
109 "public_header_files": "UIKit+AFNetworking/*.h",
110 "source_files": "UIKit+AFNetworking"