blob: 278100dbf7cc0f81c71a1081b9eb8bc21a82ee2c [file] [log] [blame]
{
"name": "AliyunOSSiOS",
"version": "2.4.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.4.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"AliyunOSSiOS/*.{h,m}",
"AliyunOSSiOS/OSSTask/*.{h,m}"
]
}