blob: fe63f84ce156ecacaf8f3187647b3a98bb8892b6 [file] [log] [blame]
{
"name": "ACSFramework",
"version": "0.0.1",
"summary": "iOS 基本框架",
"description": "iOS 基本框架,添加了一些常用的第三方库,并且使用pods管理;对UIView进行拓展(ACSUIKit),添加一些常用的工具(ACSTool)",
"homepage": "https://github.com/qigge/ACSFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric": "wangzeqi2013@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qigge/ACSFramework.git",
"tag": "0.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "KeyboardCorver",
"source_files": "ACSFramework/Lib/ACSUIKit/UIViewController+ACSKeyboardCorver.{h,m}"
},
{
"name": "EmptyDataset",
"source_files": "ACSFramework/Lib/ACSUIKit/UIScrollView+ACSEmpty.{h,m}"
}
]
}