blob: ecaab381443f84e54dc129277a03007af7046c20 [file] [log] [blame]
{
"name": "FoundationsCategory",
"version": "1.0.1",
"summary": "NextStep Foundation Category macOS.",
"description": "NextStep Foundation Category macOS. Such as NSImage.",
"homepage": "https://github.com/kidyoungx/FoundationsCategory",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/kidyoungx/FoundationsCategory.git",
"tag": "1.0.1"
},
"source_files": [
"FoundationsCategory",
"FoundationsCategory/**/*.{h,m}"
],
"exclude_files": "SampleFoundationsCategory",
"public_header_files": "FoundationsCategory/**/*.h",
"requires_arc": true
}