[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 8 / 4 / 9 / HouseAFNetworking / 3.1.0 / HouseAFNetworking.podspec.json
blob1598916c14bf3c10004b91b1ffb5c65d4eac1848
2   "name": "HouseAFNetworking",
3   "version": "3.1.0",
4   "license": "MIT",
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",
8   "authors": {
9     "xayoung": "xayoung01@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/xayoung/HouseAFNetworking.git",
13     "tag": "3.1.0",
14     "submodules": true
15   },
16   "requires_arc": true,
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",
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "subspecs": [
27     {
28       "name": "Serialization",
29       "source_files": "HouseAFNetworking/AFURL{Request,Response}Serialization.{h,m}",
30       "public_header_files": "HouseAFNetworking/AFURL{Request,Response}Serialization.h",
31       "watchos": {
32         "frameworks": [
33           "MobileCoreServices",
34           "CoreGraphics"
35         ]
36       },
37       "ios": {
38         "frameworks": [
39           "MobileCoreServices",
40           "CoreGraphics"
41         ]
42       },
43       "osx": {
44         "frameworks": "CoreServices"
45       }
46     },
47     {
48       "name": "Security",
49       "source_files": "HouseAFNetworking/AFSecurityPolicy.{h,m}",
50       "public_header_files": "HouseAFNetworking/AFSecurityPolicy.h",
51       "frameworks": "Security"
52     },
53     {
54       "name": "Reachability",
55       "platforms": {
56         "ios": "7.0",
57         "osx": "10.9",
58         "tvos": "9.0"
59       },
60       "source_files": "HouseAFNetworking/AFNetworkReachabilityManager.{h,m}",
61       "public_header_files": "HouseAFNetworking/AFNetworkReachabilityManager.h",
62       "frameworks": "SystemConfiguration"
63     },
64     {
65       "name": "NSURLSession",
66       "dependencies": {
67         "HouseAFNetworking/Serialization": [
69         ],
70         "HouseAFNetworking/Security": [
72         ]
73       },
74       "ios": {
75         "dependencies": {
76           "HouseAFNetworking/Reachability": [
78           ]
79         }
80       },
81       "osx": {
82         "dependencies": {
83           "HouseAFNetworking/Reachability": [
85           ]
86         }
87       },
88       "tvos": {
89         "dependencies": {
90           "HouseAFNetworking/Reachability": [
92           ]
93         }
94       },
95       "source_files": "HouseAFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
96       "public_header_files": "HouseAFNetworking/AF{URL,HTTP}SessionManager.h"
97     },
98     {
99       "name": "UIKit",
100       "platforms": {
101         "ios": "7.0",
102         "tvos": "9.0"
103       },
104       "dependencies": {
105         "HouseAFNetworking/NSURLSession": [
107         ]
108       },
109       "public_header_files": "UIKit+AFNetworking/*.h",
110       "source_files": "UIKit+AFNetworking"
111     }
112   ]