blob: 0dbc652030c8339f27b7e4b14e123e156873646d [file] [log] [blame]
{
"name": "AliyunOSSiOS",
"version": "2.8.0",
"summary": "An iOS SDK for Aliyun Object Storage Service",
"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.",
"homepage": "https://github.com/aliyun/AliyunOSSiOS",
"license": "Apache License, Version 2.0",
"authors": {
"Aliyun Open Service": "aliyuncloudcomputing"
},
"source": {
"git": "https://github.com/aliyun/aliyun-oss-ios-sdk.git",
"tag": "release_2.8.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"AliyunOSSSDK/*.{h,m,c}",
"AliyunOSSSDK/OSSTask/*.{h,m}",
"AliyunOSSSDK/OSSFileLog/*.{h,m}",
"AliyunOSSSDK/OSSIPv6/*.{h,m}"
],
"ios": {
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
]
},
"osx": {
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
]
},
"libraries": "resolv"
}