[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 9 / ODUIThreadGuard / 1.1.0 / ODUIThreadGuard.podspec.json
blob90bc3c7187fba5fc5e7678a0a869d596925c5f1d
2   "name": "ODUIThreadGuard",
3   "version": "1.1.0",
4   "summary": "ODUIThreadGuard is a guard to help me check if you make UI changes not in main thread.",
5   "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.",
6   "homepage": "https://github.com/olddonkey/ODUIThreadGuard",
7   "screenshots": "https://raw.githubusercontent.com/olddonkey/ODUIThreadGuard/master/DemoScreenShot.jpeg",
8   "license": "MIT",
9   "authors": {
10     "olddonkey": "olddonkeyblog@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/olddonkey/ODUIThreadGuard.git",
17     "tag": "1.1.0"
18   },
19   "source_files": "Sources/*.swift",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   },
27   "requires_arc": true,
28   "pushed_with_swift_version": "3.0"