blob: f470eb475d891f8e8a2ce7acea43f6eece6b700e [file] [log] [blame]
{
"name": "UBTools",
"version": "1.0.2",
"summary": "工具类",
"description": "工具类,包括 浏览器等",
"homepage": "https://git.coding.net/crazysiri/UBTools.git",
"license": "MIT",
"authors": {
"James": "511121933@qq,com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.coding.net/crazysiri/UBTools.git",
"tag": "1.0.2"
},
"source_files": "UBTools/UBTools.h",
"dependencies": {
"NJKWebViewProgress": [
],
"YYImage/WebP": [
]
},
"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}"
}
]
}