blob: b8ded340a17cdbf4c94c0365edd0a036f731f521 [file] [log] [blame]
{
"name": "HanekeObjc",
"version": "0.25.0",
"summary": "Do you want to use HanekeSwift in your objective-c codes?",
"description": "A swift wrapper for HanekeSwift to provide an objective-c compatible interface",
"homepage": "https://github.com/haifengkao/HanekeObjc",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/HanekeObjc.git",
"tag": "0.25.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{m,h,swift}",
"swift_version": "4.2",
"dependencies": {
"AltHanekeSwift": [
"> 0.17.0"
]
}
}