blob: 90bc3c7187fba5fc5e7678a0a869d596925c5f1d [file] [log] [blame]
{
"name": "ODUIThreadGuard",
"version": "1.1.0",
"summary": "ODUIThreadGuard is a guard to help me check if you make UI changes not in main thread.",
"description": "ODUIThreadGuard is a guard to help me check if you make UI changes not in main thread. Highly recommand you add this file to your project as early as possible.",
"homepage": "https://github.com/olddonkey/ODUIThreadGuard",
"screenshots": "https://raw.githubusercontent.com/olddonkey/ODUIThreadGuard/master/DemoScreenShot.jpeg",
"license": "MIT",
"authors": {
"olddonkey": "olddonkeyblog@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/olddonkey/ODUIThreadGuard.git",
"tag": "1.1.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}