[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 8 / 5 / AliyunOSSiOS / 2.8.0 / AliyunOSSiOS.podspec.json
blob0dbc652030c8339f27b7e4b14e123e156873646d
2   "name": "AliyunOSSiOS",
3   "version": "2.8.0",
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.8.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source_files": [
21     "AliyunOSSSDK/*.{h,m,c}",
22     "AliyunOSSSDK/OSSTask/*.{h,m}",
23     "AliyunOSSSDK/OSSFileLog/*.{h,m}",
24     "AliyunOSSSDK/OSSIPv6/*.{h,m}"
25   ],
26   "ios": {
27     "frameworks": [
28       "SystemConfiguration",
29       "CoreTelephony"
30     ]
31   },
32   "osx": {
33     "frameworks": [
34       "SystemConfiguration",
35       "CoreTelephony"
36     ]
37   },
38   "libraries": "resolv"