blob: eb1c158ad7048922b63ae1e5ce1c17e4c94cfdd6 [file] [log] [blame]
{
"name": "CUtil",
"version": "0.0.7",
"summary": "CUtil is a common utilities collection. It is designed as a tool-box for iOS development.",
"description": "CUtil is a common utilities collection. It is designed as a tool-box for iOS development.\n This project is a framework of Common Utilities using in iOS development with Objective-C.",
"homepage": "https://github.com/acttos/CommonUtilities.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"acttos": "majinshou@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/acttos/CommonUtilities.git",
"tag": "0.0.7"
},
"source_files": [
"CommonUtilities",
"CommonUtilities/*.{h,m}",
"CommonUtilities/**/*.{h,m}"
],
"exclude_files": "CommonUtilities/Exclude",
"public_header_files": [
"CommonUtilities/*.h",
"CommonUtilities/**/*.h"
],
"ios": {
"frameworks": "UIKit"
}
}