blob: 01f4487a801f619044948d2a3ce365fb12c89370 [file] [log] [blame]
{
"name": "AliyunOSSiOS",
"version": "2.0.2",
"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.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"AliyunOSSiOS/*.{h,m}",
"AliyunOSSiOS/httpdns/*.{h,m}"
],
"dependencies": {
"Bolts": [
]
}
}