blob: 8b93bf6fa3e23a08118e532a726afbeead035156 [file] [log] [blame]
{
"name": "DFInvocation",
"version": "1.0.1",
"summary": "Coding base on NSInvocation, let people fast and easy to use in your iOS project",
"description": "Coding base on NSInvocation, let people fast and easy to use in your iOS project, implement by Objective-C.",
"homepage": "https://github.com/DevilFinger/DFInvocation",
"license": "MIT",
"authors": {
"DevilFinger": "raymondchans@live.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DevilFinger/DFInvocation.git",
"tag": "1.0.1"
},
"source_files": "DFInvocation/Core/*.{h,m}",
"requires_arc": true
}