blob: dd74db87a9705c830ab2985c31712b53533b76e8 [file] [log] [blame]
{
"name": "YBBaseUI",
"version": "1.0.1",
"summary": "base permission settings for ubank project.",
"description": "It is a base permission settings for ubank project. written by Object-C.",
"homepage": "https://github.com/asance/YBBaseUI",
"license": "MIT",
"authors": {
"asance": "lidongwc@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asance/YBBaseUI.git",
"tag": "v1.0.1"
},
"source_files": "YBBaseUIDemo/YBBaseUIDemo/YBBaseUI/*.{h,m}",
"resources": "YBBaseUIDemo/YBBaseUIDemo/Resources/*.png",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"YBBaseCategory": [
"~>1.0.1"
]
},
"requires_arc": true
}