blob: 8aa9ef9173f1353170d5b14293b6850b8e2587c9 [file] [log] [blame]
{
"name": "ASFPSManager",
"version": "1.1.0",
"license": "MIT",
"summary": "A fps view used on iOS.",
"homepage": "https://github.com/Qinzhao/ASFPSManager",
"authors": {
"allenQin": "601990575@qq.com"
},
"source": {
"git": "https://github.com/Qinzhao/ASFPSManager.git",
"tag": "1.1.0"
},
"source_files": "ASFPSManager/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"MobileCoreServices",
"SystemConfiguration"
],
"dependencies": {
"YYKit": [
]
}
}