blob: 28df10a8c27ecda5bed2e31a7b8b3032cc13c677 [file] [log] [blame]
{
"name": "yu_toolkit",
"version": "0.0.2",
"summary": "cocoa util class",
"homepage": "https://github.com/cosina1985/yu_lib",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"yubenyi": "cosina1985@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cosina1985/yu_lib.git",
"tag": "0.0.2"
},
"source_files": [
"class",
"class/**/*.{h,m}"
],
"public_header_files": "class/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}