blob: f44c4d07fe66a15dae4e732d8ed84dabd4455275 [file] [log] [blame]
{
"name": "as",
"version": "3.0",
"summary": "as是一个ios平台上的网络过渡动画(骨架屏)的封装",
"description": "as是一个ios平台上的网络过渡动画(骨架屏)的封装,目前仅支持oc",
"homepage": "https://github.com/cailufei123",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cailufei": "cailufei123@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cailufei123/Work.git",
"tag": "3.0"
},
"source_files": "as/*.{h,m}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"QuartzCore",
"Accelerate",
"MobileCoreServices"
]
}