2 "name": "HouseAFNetworking",
5 "summary": "A delightful iOS and OS X networking framework for house.",
6 "homepage": "https://github.com/xayoung/HouseAFNetworking.git",
7 "social_media_url": "https://github.com/xayoung/HouseAFNetworking.git",
9 "xayoung": "xayoung01@gmail.com"
12 "git": "https://github.com/xayoung/HouseAFNetworking.git",
17 "public_header_files": "HouseAFNetworking/AFNetworking.h",
18 "source_files": "HouseAFNetworking/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": "HouseAFNetworking/AFURL{Request,Response}Serialization.{h,m}",
30 "public_header_files": "HouseAFNetworking/AFURL{Request,Response}Serialization.h",
44 "frameworks": "CoreServices"
49 "source_files": "HouseAFNetworking/AFSecurityPolicy.{h,m}",
50 "public_header_files": "HouseAFNetworking/AFSecurityPolicy.h",
51 "frameworks": "Security"
54 "name": "Reachability",
60 "source_files": "HouseAFNetworking/AFNetworkReachabilityManager.{h,m}",
61 "public_header_files": "HouseAFNetworking/AFNetworkReachabilityManager.h",
62 "frameworks": "SystemConfiguration"
65 "name": "NSURLSession",
67 "HouseAFNetworking/Serialization": [
70 "HouseAFNetworking/Security": [
76 "HouseAFNetworking/Reachability": [
83 "HouseAFNetworking/Reachability": [
90 "HouseAFNetworking/Reachability": [
95 "source_files": "HouseAFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
96 "public_header_files": "HouseAFNetworking/AF{URL,HTTP}SessionManager.h"
105 "HouseAFNetworking/NSURLSession": [
109 "public_header_files": "UIKit+AFNetworking/*.h",
110 "source_files": "UIKit+AFNetworking"