blob: 30f20eff64954d88bb284608ad0da4823aea592b [file] [log] [blame]
{
"name": "CommonUtilities",
"version": "0.0.1",
"summary": "CommonUtilities is a common utilities collection. It is designed as a tool-box for iOS development.",
"description": "CommonUtilities 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.1"
},
"source_files": [
"CommonUtilities",
"CommonUtilities/*.{h,m}",
"CommonUtilities/**/*.{h,m}"
],
"exclude_files": "CommonUtilities/Exclude",
"public_header_files": [
"CommonUtilities/*.h",
"CommonUtilities/**/*.h"
],
"ios": {
"frameworks": "UIKit"
}
}