blob: a052eee0b4e979f2e2141ab6d920ce2f31391ad5 [file] [log] [blame]
{
"name": "HanekeObjc",
"version": "0.14.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.14.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{m,h,swift}",
"dependencies": {
"AltHanekeSwift": [
]
}
}