blob: 78db9aa15c6131b06095a9cd6c6ff99dea08a3bc [file] [log] [blame]
{
"name": "OMCategories",
"version": "0.1.0",
"summary": "Some useful categories for Foundation and UIKit",
"description": "Some useful categories for Foundation and UIKit",
"homepage": "https://github.com/OldMusketeers/OMCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChengwenY": "https://github.com/ChengwenY"
},
"source": {
"git": "https://github.com/OldMusketeers/OMCategories.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OMCategories/**/*.{h,m,hh,mm,cpp}",
"requires_arc": true,
"public_header_files": "OMCategories/**/*.{h,hh}",
"libraries": [
"c++",
"z"
],
"frameworks": [
"UIKit",
"QuartzCore",
"CoreText"
]
}