[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / d / ACSNetworking / 1.3.2 / ACSNetworking.podspec.json
blobb9622bfa941a3135de7f10e41ef35375124d1dfc
2   "name": "ACSNetworking",
3   "version": "1.3.2",
4   "summary": "On the basis of AFNetworking encapsulation.",
5   "description": "On the basis of AFNetworking encapsulation, more convenient, more concise.",
6   "homepage": "https://github.com/Hyosung/ACSNetworking",
7   "license": "MIT",
8   "authors": {
9     "Stoney": "sy92710xx@gmail.com"
10   },
11   "social_media_url": "http://weibo.com/sy4312xx",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.9"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/Hyosung/ACSNetworking.git",
19     "tag": "1.3.2"
20   },
21   "public_header_files": "ACSNetworking/ACSNetworking.h",
22   "source_files": "ACSNetworking/ACSNetworking.h",
23   "default_subspecs": "Requester",
24   "subspecs": [
25     {
26       "name": "General",
27       "dependencies": {
28         "AFNetworking": [
29           "~> 2.6.0"
30         ]
31       },
32       "source_files": "ACSNetworking/ACSNetworkGeneral.h"
33     },
34     {
35       "name": "Reachability",
36       "source_files": "ACSNetworking/ACSReachability.{h,m}",
37       "public_header_files": "ACSNetworking/ACSReachability.h",
38       "frameworks": "SystemConfiguration",
39       "ios": {
40         "frameworks": [
41           "CoreTelephony",
42           "UIKit"
43         ]
44       }
45     },
46     {
47       "name": "BaseRequester",
48       "dependencies": {
49         "ACSNetworking/General": [
51         ]
52       },
53       "source_files": "ACSNetworking/ACS*Request.{h,m}",
54       "public_header_files": "ACSNetworking/ACS*Request.h"
55     },
56     {
57       "name": "Foundation",
58       "source_files": "ACSNetworking/NSData+ACSMimeType.*",
59       "public_header_files": "ACSNetworking/NSData+ACSMimeType.h",
60       "ios": {
61         "frameworks": "MobileCoreServices"
62       },
63       "osx": {
64         "frameworks": "CoreServices"
65       }
66     },
67     {
68       "name": "Cache",
69       "dependencies": {
70         "ACSNetworking/General": [
72         ]
73       },
74       "source_files": "ACSNetworking/ACSCache.{h,m}",
75       "public_header_files": "ACSNetworking/ACSCache.h",
76       "ios": {
77         "frameworks": "UIKit"
78       }
79     },
80     {
81       "name": "Configuration",
82       "dependencies": {
83         "ACSNetworking/General": [
85         ],
86         "ACSNetworking/Cache": [
88         ]
89       },
90       "source_files": "ACSNetworking/ACSNetworkConfiguration.*",
91       "public_header_files": "ACSNetworking/ACSNetworkConfiguration.h",
92       "ios": {
93         "frameworks": "UIKit"
94       }
95     },
96     {
97       "name": "Requester",
98       "dependencies": {
99         "ACSNetworking/General": [
101         ],
102         "ACSNetworking/Reachability": [
104         ],
105         "ACSNetworking/Cache": [
107         ],
108         "ACSNetworking/Configuration": [
110         ],
111         "ACSNetworking/Foundation": [
113         ],
114         "ACSNetworking/BaseRequester": [
116         ]
117       },
118       "source_files": "ACSNetworking/ACS*er.{h,m}",
119       "public_header_files": "ACSNetworking/ACS*er.h",
120       "ios": {
121         "frameworks": [
122           "UIKit",
123           "MobileCoreServices"
124         ]
125       },
126       "osx": {
127         "frameworks": [
128           "AppKit",
129           "CoreServices"
130         ]
131       }
132     }
133   ]