[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / 8 / 5 / AliyunOSSiOS / 2.10.22 / AliyunOSSiOS.podspec.json
blob92554388c1e3e0cdfaefedef92415df7f9bb1816
2   "name": "AliyunOSSiOS",
3   "version": "2.10.22",
4   "summary": "An iOS SDK for Aliyun Object Storage Service",
5   "description": "It's an SDK for aliyun object storage service, which implement by Objective-C.It helps the iOS developers to access the OSS easier.",
6   "homepage": "https://github.com/aliyun/AliyunOSSiOS",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Aliyun Open Service": "aliyuncloudcomputing"
10   },
11   "source": {
12     "git": "https://github.com/aliyun/aliyun-oss-ios-sdk.git",
13     "tag": "release_2.10.22"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source_files": [
21     "Supporting Files/AliyunOSSiOS.h",
22     "AliyunOSSSDK/*.{h,m,c}",
23     "AliyunOSSSDK/OSSTask/*.{h,m}",
24     "AliyunOSSSDK/OSSFileLog/*.{h,m}",
25     "AliyunOSSSDK/OSSIPv6/*.{h,m}"
26   ],
27   "resource_bundles": {
28     "AliyunOSSiOS_Privacy": "AliyunOSSSDK/PrivacyInfo.xcprivacy"
29   },
30   "ios": {
31     "frameworks": [
32       "SystemConfiguration",
33       "CoreTelephony"
34     ]
35   },
36   "osx": {
37     "frameworks": [
38       "SystemConfiguration",
39       "CoreTelephony"
40     ]
41   },
42   "libraries": "resolv"