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