blob: 18f7ec1da9649e6a66b56af2c4ac80325fde7fbc [file] [log] [blame]
{
"name": "SuperSDK",
"version": "0.1",
"license": "MIT",
"homepage": "https://github.com/storm890612/SuperSDK",
"authors": {
"Superman": "storm890612@gmail.com"
},
"summary": "ios工程基础项目结构与通用组件",
"description": "用于ios工程基础项目结构与通用组件,实现基础组件封装与快速开发。解耦控制器与数据\n请求。简化代码,提高效率。",
"source": {
"git": "https://github.com/storm890612/Super.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SuperSDK/SuperSDK/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
]
}