blob: 84c7119e88dc5a80bf00a85886b402f6761b79a5 [file] [log] [blame]
{
"name": "Toffee",
"version": "2019.10.17",
"summary": "A Objective-c syntactic sugar library.",
"description": "A Objective-c syntactic sugar library, Provides a grammatical style similar to swift.",
"homepage": "https://github.com/HonQii/toffee",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HonQi": "qihuang9346@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/HonQii/toffee.git",
"tag": "2019.10.17"
},
"source_files": [
"extobjc/extobjc/*",
"Toffee/source/*/*",
"Toffee/source/*.h",
"Toffee/Toffee.h"
],
"public_header_files": "Toffee/*.h",
"requires_arc": true,
"module_name": "Toffee"
}