{ | |
"name": "ZBFileWatcher", | |
"version": "0.0.1", | |
"summary": "The file watcher class.", | |
"description": "This is a file watcher, and you can watch the file change.", | |
"homepage": "https://github.com/githubzb/ZBFileWatcher", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"dr.box": "1126976340@qq.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/githubzb/ZBFileWatcher.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "fileWatcher/class/**/*.{h,m}", | |
"requires_arc": true | |
} |