blob: 12f86313ae090e9b18f5b8623728b80f55959f6f [file] [log] [blame]
{
"name": "as",
"version": "2.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": "2.0"
},
"source_files": "as/*.{h,m}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"QuartzCore",
"Accelerate",
"MobileCoreServices"
]
}