blob: 215f8c4ce0bae9cdbd7ff7813d2be63f8e255a88 [file] [log] [blame]
{
"name": "DFInvocation",
"version": "1.0.0",
"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.0"
},
"source_files": [
"DFInvocation",
"DFInvocation/Core/*.{h,m}"
],
"requires_arc": true
}