blob: 3c1f53e1aedf7cd7f1aabe3ebd2494cd31dcaa7a [file] [log] [blame]
{
"name": "UBTools",
"version": "1.0.6",
"summary": "工具类",
"description": "工具类,包括 浏览器等",
"homepage": "https://git.coding.net/crazysiri/UBTools.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James": "511121933@qq,com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.coding.net/crazysiri/UBTools.git",
"tag": "1.0.6"
},
"source_files": "UBTools/UBTools.h",
"dependencies": {
"NJKWebViewProgress": [
],
"YYImage/WebP": [
],
"UBAlipayTool": [
]
},
"subspecs": [
{
"name": "Browser",
"source_files": "UBTools/Browser/*.{h,m}"
},
{
"name": "AnimationImagesCreator",
"source_files": "UBTools/AnimationImagesCreator/*.{h,m}"
},
{
"name": "Keychain",
"source_files": "UBTools/Keychain/*.{h,m}"
},
{
"name": "WeakTimer",
"source_files": "UBTools/WeakTimer/*.{h,m}"
},
{
"name": "AvoidRepeatObj",
"source_files": "UBTools/AvoidRepeatObj/*.{h,m}"
},
{
"name": "RangeModel",
"source_files": "UBTools/RangeModel/*.{h,m}"
}
]
}