blob: 9576b77e87c485b1540cd052996bef726c2050e3 [file] [log] [blame]
{
"name": "Stinger",
"version": "0.3.0",
"summary": "Implementing HOOK & AOP using libffi for Objective-C.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/eleme/Stinger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Assuner-Lee": "yongguang.li@ele.me"
},
"source": {
"git": "https://github.com/eleme/Stinger.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Stinger/Classes/**/*",
"vendored_libraries": "Stinger/Classes/libffi/libffi.a"
}