blob: 843b2ee56916981b27b70f65cdd5f54d3db64fd7 [file] [log] [blame]
{
"name": "CoreCategory",
"version": "0.0.1",
"summary": "A category used on iOS.",
"homepage": "https://github.com/393385724/DDCategoryDemo",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDCategoryDemo.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DDCategoryDemo/CoreCategory/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"SSKeychain": [
"~> 1.2.3"
]
}
}