blob: fbb92c64bcdf3ae6ce150db12bf160c9630badf9 [file] [log] [blame]
{
"name": "YBFramework",
"version": "1.0.1",
"summary": "base framework for ubank project.",
"description": "It is a base framework for ubank project. written by Object-C.",
"homepage": "https://github.com/asance/YBFramework",
"license": "MIT",
"authors": {
"asance": "lidongwc@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asance/YBFramework.git",
"tag": "v1.0.1"
},
"source_files": "YBFrameworkDemo/YBFrameworkDemo/ASKeybordView/*.{h,m}",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}