blob: 9dbf6fb12d367227a8df29f5e4cfc374b4f669c2 [file] [log] [blame]
{
"name": "UVCocoaLibrary",
"platforms": {
"ios": null
},
"version": "1.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/selecterskycocoa/UVCocoaLibrary",
"authors": {
"selectersky": "selectersky@qq.com"
},
"summary": "a common library for cocoa",
"source": {
"git": "https://github.com/selecterskycocoa/UVCocoaLibrary.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": [
"Category/**/*.{h,m}",
"Database/**/*.{h,m}",
"Helper/**/*.{h,m}",
"Include/**/*.{h,m}",
"Media/**/*.{h,m}",
"Model/**/*.{h,m}",
"Request/**/*.{h,m}",
"Widget/**/*.{h,m}"
],
"public_header_files": [
"Category/*.h",
"Database/*.h",
"Helper/*.h",
"Include/*.h",
"Media/*.h",
"Model/*.h",
"Request/*.h",
"Widget/*.h"
],
"resources": "UVCocoaLibrary/Assets.xcassets",
"dependencies": {
"FMDB": [
],
"MBProgressHUD": [
]
}
}