[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 1 / f / 9 / ODUIThreadGuard / 1.0.0 / ODUIThreadGuard.podspec.json
blob9979908b776e10247043f30282da4fc124436fab
2   "name": "ODUIThreadGuard",
3   "version": "1.0.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   "license": "MIT",
8   "authors": {
9     "olddonkey": "olddonkeyblog@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/olddonkey/ODUIThreadGuard.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "ODUIThreadGuard/*.swift",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"