blob: fa5ef7fb58076ed9d61e4f58ffcef2bacdf5bbba [file] [log] [blame]
{
"name": "KKCocoaCommon",
"version": "1.0.3",
"summary": "Cocoa common.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LeungKinKeung/KKCocoaCommon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeungKinKeung": "leungkinkeung@qq.com"
},
"source": {
"git": "https://github.com/LeungKinKeung/KKCocoaCommon.git",
"tag": "1.0.3"
},
"platforms": {
"osx": "10.10"
},
"source_files": "KKCocoaCommon/Classes/**/*.{h,m,mm,c}",
"osx": {
"frameworks": [
"AppKit",
"QuartzCore",
"CoreGraphics"
]
}
}