blob: b5ce3be10ece86892cea72f38fbaa66d649c69af [file] [log] [blame]
{
"name": "AliyunOSSiOS",
"version": "2.5.1",
"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.5.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"AliyunOSSiOS/*.{h,m}",
"AliyunOSSiOS/OSSTask/*.{h,m}",
"AliyunOSSiOS/OSSIPv6/*.{h,m}"
],
"frameworks": "SystemConfiguration",
"libraries": "resolv"
}