blob: 393b4ef6efad65771b170f810daa2aec318dcb50 [file] [log] [blame]
{
"name": "MainThreadGuard",
"summary": "Tracking UIKit access on main thread",
"version": "2.1.0",
"homepage": "https://github.com/onmyway133/MainThreadGuard",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/MainThreadGuard.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "8.0",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}