blob: 5f72f68fb95f3338dcca1f2e068d19cb82540b35 [file] [log] [blame]
{
"name": "Swizzle",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/inamiy/Swizzle",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Method-Swizzling for Swift.",
"source": {
"git": "https://github.com/inamiy/Swizzle.git",
"tag": "0.0.1"
},
"source_files": "Swizzle/*.{h,swift}",
"frameworks": "Swift",
"requires_arc": true
}